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