This commit is contained in:
2025-10-20 17:50:48 +09:00
parent 36d3e8b2e7
commit d8d8db2a61

View File

@@ -341,7 +341,7 @@ script.on_nth_tick(1800, function(_)
for _, s in pairs(game.surfaces) do for _, s in pairs(game.surfaces) do
local c = s.find_entities_filtered{type='constant-combinator', name='super-combinator'} local c = s.find_entities_filtered{type='constant-combinator', name='super-combinator'}
if not (c or #c == 0) then if #c == 0 then
return return
end end