From 45805f6519465e6314bc86cbe48cb1f3646a529e Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 11 Jul 2025 02:49:47 +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 a0d4348..68df7c1 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -76,7 +76,7 @@ local function gui_update(player, entity) player.gui.relative.phi_cl_inserter_config['i_sub_direction'].selected_index = ((inserter_direction_reversed[entity.direction] - 1) % 4) + 1 end - if entity.type and entity.type == 'constant-combinator' and entity.type == 'super-combinator' then + if entity.type and entity.type == 'constant-combinator' and entity.name == 'super-combinator' then local circuit_oc = player.opened.get_or_create_control_behavior() if circuit_oc and circuit_oc.sections_count and circuit_oc.sections_count == 0 then