Enhance player death tracking, add train statistics, and update version to 0.1.11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user