diff --git a/Nasal/libraries.nas b/Nasal/libraries.nas index a1d0daa4..6a912a57 100644 --- a/Nasal/libraries.nas +++ b/Nasal/libraries.nas @@ -209,7 +209,7 @@ var systemsLoop = maketimer(0.1, func { libraries.ECAM.loop(); libraries.BUTTONS.update(); fadec.FADEC.loop(); -# ecam.ECAM_controller.loop(); + ecam.ECAM_controller.loop(); rmp.rmpUpdate(); if ((getprop("/controls/pneumatic/switches/groundair") or getprop("/controls/switches/cart")) and ((getprop("/velocities/groundspeed-kt") > 2) or getprop("/controls/gear/brake-parking") == 0)) {