Fix Player built stat export string
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user