Private
Public Access
1
0

Fixes and performance improvements

This commit is contained in:
Jan Grießhaber
2025-12-29 18:55:32 +01:00
parent 5accb091b0
commit dc3aea982e
8 changed files with 109 additions and 16 deletions

6
power-stats.lua Normal file
View File

@@ -0,0 +1,6 @@
function GetGlobalGrids()
for _,surface in pairs(game.surfaces) do
local grids = surface.has_global_electric_network
--log("Surface: "..surface.name.." has global electric network: "..tostring(grids))
end
end