Private
Public Access
1
0

Add train stats export option and update version to 0.1.18

This commit is contained in:
Jan Grießhaber
2026-01-03 18:16:48 +01:00
parent 0147851e7d
commit 34629509c3
3 changed files with 7 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ end
function GetLogisticNetworkContents()
local resultParts = {}
resultParts[#resultParts+1] = "---logistic-grids-contents---\n"
resultParts[#resultParts+1] = "---logistic-grids-contents---\n"
for _,surface in pairs(game.surfaces) do
local grids = game.forces["player"].logistic_networks[surface.name]
for _,grid in pairs(grids) do