This commit is contained in:
2025-01-09 20:32:26 +09:00
parent dee2600eec
commit 6d44936364

View File

@@ -557,7 +557,7 @@ local function handle_circuit_interfaces()
if not interface.valid then
vlayer_data.entity_interfaces.circuit[index] = nil
else
local circuit_oc = interface.get_or_create_control_behavior()
local circuit_oc = interface.get_or_create_control_behavior().sections[1]
local signal_index = 1
local circuit = vlayer.get_circuits()