System: Fix I AM STUPID
This commit is contained in:
parent
338b921d4c
commit
493d3aa1a3
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ 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) {
|
} else if (getprop("/controls/APU/master") == 1) {
|
||||||
apuBleedChk.stop();
|
apuBleedChk.stop();
|
||||||
setprop("/systems/apu/bleed-counting", 0);
|
setprop("/systems/apu/bleed-counting", 0);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue