System: Fix bug in APU Shutdown

This commit is contained in:
Joshua Davidson 2018-09-28 16:05:11 -04:00
parent 8267a12d26
commit 338b921d4c

View file

@ -65,6 +65,9 @@ setlistener("/controls/APU/master", func {
apu_egt_check.stop();
apu_egt2_check.stop();
apu_stop();
} else if (getprop("/controls/APU/master") = 1) {
apuBleedChk.stop();
setprop("/systems/apu/bleed-counting", 0);
}
});