System: Fix bug in APU Shutdown
This commit is contained in:
parent
8267a12d26
commit
338b921d4c
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ setlistener("/controls/APU/master", func {
|
||||||
apu_egt_check.stop();
|
apu_egt_check.stop();
|
||||||
apu_egt2_check.stop();
|
apu_egt2_check.stop();
|
||||||
apu_stop();
|
apu_stop();
|
||||||
|
} else if (getprop("/controls/APU/master") = 1) {
|
||||||
|
apuBleedChk.stop();
|
||||||
|
setprop("/systems/apu/bleed-counting", 0);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Reference in a new issue