Private
Public Access
1
0

Fix Player built stat export string

This commit is contained in:
Jan Grießhaber
2026-01-03 17:18:35 +01:00
parent e26f579df2
commit 02b8d18f71
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ function GetPlayerEntityStats()
entityParts[#entityParts+1] = ("%s:%s:deconstructed:%s:%s"):format(playerIndex,playerName,itemName,itemCount)
end
end
return table.concat(entityParts)
return table.concat(entityParts,"\n")
end
function GetMapSeed()