From 700af03d87a7df40dfb31f7c807fb2800c60c1f3 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 16 Dec 2025 00:11:30 +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 f46c4b6..1377e56 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -383,7 +383,7 @@ local function handle_research_queue(entity, combinator) -- todo, r and g should be a sum - for _, wire_type in pairs({defines.wire_type.red, defines.wire_type.green}) do + for _, wire_type in pairs({defines.wire_connector_id.circuit_red, defines.wire_connector_id.circuit_green}) do local network = entity.get_circuit_network(wire_type) if network and network.signals then