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) entityParts[#entityParts+1] = ("%s:%s:deconstructed:%s:%s"):format(playerIndex,playerName,itemName,itemCount)
end end
end end
return table.concat(entityParts) return table.concat(entityParts,"\n")
end end
function GetMapSeed() function GetMapSeed()

View File

@@ -1,6 +1,6 @@
{ {
"name": "factorio-metrics-exporter", "name": "factorio-metrics-exporter",
"version": "0.1.15", "version": "0.1.16",
"title": "Prometheus Metrics Exporter", "title": "Prometheus Metrics Exporter",
"author": "Jan Grießhaber", "author": "Jan Grießhaber",
"contact": "jan@griesshaber.systems", "contact": "jan@griesshaber.systems",