diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 4d685c3..e0afc15 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -388,7 +388,7 @@ local function handle_research_queue(entity, combinator) local ls = entity.get_signals(defines.wire_connector_id.circuit_red, defines.wire_connector_id.circuit_green) - if not (ls or #ls == 0) then + if (not ls) or #ls == 0 then return end