Регрессия. Неверный параметр
This commit is contained in:
@@ -107,7 +107,7 @@ class Sch3 extends unit.Unit:
|
|||||||
var unit_prof = ProjectSettings.get_setting('application/config/%s' % unit_sch3.name)
|
var unit_prof = ProjectSettings.get_setting('application/config/%s' % unit_sch3.name)
|
||||||
if unit_prof:
|
if unit_prof:
|
||||||
unit_sch3.port = unit_prof[0]
|
unit_sch3.port = unit_prof[0]
|
||||||
unit_sch3.params = unit_prof[1]
|
unit_sch3.params = unit_prof.slice(1, -1)
|
||||||
step_fsm = Sch3Fsm.CONNECT
|
step_fsm = Sch3Fsm.CONNECT
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user