fix(es_extended/server/functions): save coords correctly

Should Solve: https://github.com/esx-framework/esx_core/issues/1421
This commit is contained in:
Kasey FItton
2024-11-09 03:19:50 +00:00
parent 4aa3431fa6
commit 6f1d2a369e
+1 -1
View File
@@ -249,7 +249,7 @@ function Core.SavePlayers(cb)
xPlayer.job.name,
xPlayer.job.grade,
xPlayer.group,
json.encode(xPlayer.getCoords()),
json.encode(xPlayer.getCoords(false, true)),
json.encode(xPlayer.getInventory(true)),
json.encode(xPlayer.getLoadout(true)),
json.encode(xPlayer.getMeta()),