Minor adjustments

This commit is contained in:
ElPumpo
2020-03-25 22:45:23 +01:00
parent 4253d02d68
commit be2dc2e9e2
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ ESX.SavePlayer = function(xPlayer, cb)
['@group'] = xPlayer.getGroup(),
['@loadout'] = json.encode(xPlayer.getLoadout(true)),
['@position'] = json.encode(xPlayer.getCoords()),
['@identifier'] = xPlayer.identifier,
['@identifier'] = xPlayer.getIdentifier(),
['@inventory'] = json.encode(xPlayer.getInventory(true))
}, function(rowsChanged)
cb()