Skip to content

Commit

Permalink
correct callback
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 6f2329f commit 462e63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function GiveKeys(id, plate)
end

function GetKeys()
lib.callback('qb-vehiclekeys:server:GetVehicleKeys', function(keysList)
lib.callback('qbx-vehiclekeys:server:getVehicleKeys', function(keysList)
KeysList = keysList
end)
end
Expand Down

0 comments on commit 462e63a

Please sign in to comment.