Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBishop authored Sep 30, 2023
1 parent ff0d316 commit f77e778
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 @@ -48,7 +48,7 @@ RegisterNetEvent('qbx_vehiclekeys:server:setVehLockState', function(vehNetId, st
SetVehicleDoorsLocked(NetworkGetEntityFromNetworkId(vehNetId), state)
end)

lib.callback.register('qbx-vehiclekeys:server:getVehicleKeys', function(source)
lib.callback.register('qbx_vehiclekeys:server:getVehicleKeys', function(source)
local citizenid = exports.qbx_core:GetPlayer(source).PlayerData.citizenid
local keysList = {}
for plate, citizenids in pairs (vehicleList) do
Expand Down

0 comments on commit f77e778

Please sign in to comment.