Tweaked spawnpoint check, fixed inventory

This commit is contained in:
ElPumpo
2018-08-12 20:36:17 +02:00
parent b90a0878fd
commit 983a0a4c1b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -96,5 +96,5 @@ ESX.RegisterServerCallback('esx_taxijob:getPlayerInventory', function(source, cb
local xPlayer = ESX.GetPlayerFromId(source)
local items = xPlayer.inventory
cb( { items } )
cb( { items = items } )
end)