Skip to content

Commit

Permalink
fix(config/server): pass vehicleId to GiveKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID committed Sep 27, 2024
1 parent 9fb1709 commit b274917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ return {
},

giveVehicleKeys = function(src, plate, vehicle)
return exports.qbx_vehiclekeys:GiveKeys(src, plate)
return exports.qbx_vehiclekeys:GiveKeys(src, vehicle)
end,

getSocietyAccount = function(accountName)
Expand Down

0 comments on commit b274917

Please sign in to comment.