Fix FCU - should be available in EMER ELEC
This commit is contained in:
parent
884890c927
commit
6363f8a6fa
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ var FCUController = {
|
||||||
FCUworking: 0,
|
FCUworking: 0,
|
||||||
_init: 0,
|
_init: 0,
|
||||||
init: func() {
|
init: func() {
|
||||||
me.FCU1 = FCU.new(systems.ELEC.Bus.dcEssShed);
|
me.FCU1 = FCU.new(systems.ELEC.Bus.dcEss);
|
||||||
me.FCU2 = FCU.new(systems.ELEC.Bus.dc2);
|
me.FCU2 = FCU.new(systems.ELEC.Bus.dc2);
|
||||||
me._init = 1;
|
me._init = 1;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue