forked from Simnation/Main
Update server.lua
This commit is contained in:
parent
d83a2c8bdb
commit
0a9cc08fc8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ QBCore.Functions.CreateCallback('mh_garage:CallVehicles', function(source, cb, z
|
|||
MySQL.query("SELECT plate FROM vehicle_keys WHERE owner = ?", {Player.PlayerData.citizenid}, function(rs)
|
||||
if rs[1] ~= nil then
|
||||
for k, v in pairs(rs) do
|
||||
table.insert(vehicle_keys, {v.plate})
|
||||
table.insert(vehicle_keys, {plate = v.plate})
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue