diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 1cd2254..2603aff 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -341,7 +341,7 @@ script.on_nth_tick(1800, function(_) for _, s in pairs(game.surfaces) do local c = s.find_entities_filtered{type='constant-combinator', name='super-combinator'} - if not (c or #c == 0) then + if #c == 0 then return end