Fixes and performance improvements
This commit is contained in:
6
power-stats.lua
Normal file
6
power-stats.lua
Normal 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
|
||||
Reference in New Issue
Block a user