From 55127539ced83425823bd4b8bc10e7a091cd0d4f Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 16 Oct 2025 19:39:01 +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 4a80d99..dbbdba5 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -435,7 +435,7 @@ script.on_nth_tick(10, function(_) end end - if (not det) and (not empty) then + if det and (not empty) then game.forces['player'].research_queue = storage.phi_cl.combinator.research_queue_set end end