From 8b84a2878f33836aa2fe67a8e0eafef5bfaac455 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 16 Oct 2025 02:06:46 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 00b1319..f5a3ef6 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -77,6 +77,12 @@ local function gui_update(player, entity) end circuit_oc = circuit_oc.sections[1] + local cs1 = circuit_oc.get_slot(1) + + if not (cs1 or (cs1.value and cs1.value.name and cs1.value.name == 'signal-SA')) then + return + end + local val = circuit_oc.get_slot(1).min or 0 player.gui.relative.phi_cl_combinator_config['default']['read_type_table']['read_type_technology_dropdown'].selected_index = ((val == 1 or val == 3) and 2) or 1