From b6792816a92d5d4fb7065b9691e3ae5dc9abb5bb Mon Sep 17 00:00:00 2001 From: sasha80 Date: Fri, 31 Oct 2025 13:34:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B3=D1=80=D0=B5=D1=81=D1=81?= =?UTF-8?q?=D0=B8=D1=8F.=20=D0=9D=D0=B5=D0=B2=D0=B5=D1=80=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/sch3.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sch3.gd b/scripts/sch3.gd index baa615aa..a7d31559 100644 --- a/scripts/sch3.gd +++ b/scripts/sch3.gd @@ -107,7 +107,7 @@ class Sch3 extends unit.Unit: var unit_prof = ProjectSettings.get_setting('application/config/%s' % unit_sch3.name) if unit_prof: unit_sch3.port = unit_prof[0] - unit_sch3.params = unit_prof[1] + unit_sch3.params = unit_prof.slice(1, -1) step_fsm = Sch3Fsm.CONNECT