Skip to content

Commit

Permalink
fix(es_extended/server/functions): save coords correctly
Browse files Browse the repository at this point in the history
Should Solve: #1421
  • Loading branch information
Mycroft-Studios committed Nov 9, 2024
1 parent 4aa3431 commit 6f1d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [core]/es_extended/server/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 6f1d2a3

Please sign in to comment.