diff --git a/Nasal/Systems/APU.nas b/Nasal/Systems/APU.nas index 105a7a7b..347bc9fa 100644 --- a/Nasal/Systems/APU.nas +++ b/Nasal/Systems/APU.nas @@ -246,11 +246,11 @@ setlistener("controls/apu/master", func() { } elsif (!APUNodes.Controls.master.getValue()) { APUController.APU.stop(); } -}, 0, 0); +}, 0, 1); setlistener("controls/pneumatic/switches/bleedapu", func() { APUController.APU.signals.bleedWasUsed = 1; -}, 0, 0); +}, 0, 1); var checkMasterThreeMinTimer = maketimer(0.1, func() { if (!APUNodes.Controls.master.getValue()) {