Skip to content

Commit

Permalink
Update server/main.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Manason <[email protected]>
  • Loading branch information
DevX32 and Manason authored Sep 17, 2023
1 parent 462e63a commit 1520fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RegisterNetEvent('qb-vehiclekeys:server:setVehLockState', function(vehNetId, sta
SetVehicleDoorsLocked(NetworkGetEntityFromNetworkId(vehNetId), state)
end)

lib.callback.register('qb-vehiclekeys:server:GetVehicleKeys', function(source)
lib.callback.register('qbx-vehiclekeys:server:getVehicleKeys', function(source)
local citizenid = QBCore.Functions.GetPlayer(source).PlayerData.citizenid
local keysList = {}
for plate, citizenids in pairs (VehicleList) do
Expand Down

0 comments on commit 1520fdd

Please sign in to comment.