Private
Public Access
1
0

Enhance player death tracking, add train statistics, and update version to 0.1.11

This commit is contained in:
Jan Grießhaber
2026-01-03 16:01:45 +01:00
parent 1e736c89ab
commit 0739dac907
6 changed files with 303 additions and 29 deletions

View File

@@ -28,7 +28,7 @@ function GetNetworks()
end
function ScanNetworks()
storage.representative_poles = {}
storage.representativePoles = {}
for _, surface in pairs(game.surfaces) do
for _, pole in pairs(surface.find_entities_filtered{type = "electric-pole"}) do