From d519ca74d471a95281b05fcf32df471649d979a3 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 20 Oct 2025 17:57:56 +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 6dfcbb6..4d685c3 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 < 1) then + if not (ls or #ls == 0) then return end