From 9786c95edaafc9c6c44fe9850264e3d4a5357014 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 24 Feb 2025 17:15:44 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/control/vlayer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp_legacy/module/modules/control/vlayer.lua b/exp_legacy/module/modules/control/vlayer.lua index a2367e1d..475de868 100644 --- a/exp_legacy/module/modules/control/vlayer.lua +++ b/exp_legacy/module/modules/control/vlayer.lua @@ -617,7 +617,7 @@ local function handle_circuit_interfaces() circuit_oc.clear_slot(clear_index) end - circuit_oc.combinator_description = vlayer_circuits_string + interface.combinator_description = vlayer_circuits_string end end end