Регрессия. Неверный параметр

This commit is contained in:
sasha80
2025-10-31 13:34:35 +03:00
parent 1fb1e75594
commit b6792816a9

View File

@@ -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