System: Fix I AM STUPID

This commit is contained in:
Joshua Davidson 2018-09-28 16:08:39 -04:00
parent 338b921d4c
commit 493d3aa1a3

View file

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