diff --git a/Nasal/FMGC/FCU.nas b/Nasal/FMGC/FCU.nas index ca4270d6..ac46f876 100644 --- a/Nasal/FMGC/FCU.nas +++ b/Nasal/FMGC/FCU.nas @@ -62,7 +62,7 @@ var FCUController = { FCUworking: 0, _init: 0, 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._init = 1; },