From d8d8db2a61650e1503ea4bc42d754b5cd8738b17 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 20 Oct 2025 17:50:48 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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