A3XX: FADEC fix (for now)

This commit is contained in:
Joshua Davidson 2017-11-19 13:36:26 -05:00
parent bf8f520c1d
commit 06f49fb2b3

View file

@ -254,7 +254,7 @@ var thrust_loop = func {
} else {
var status = getprop("/systems/thrust/lvrclb");
if (status == 0) {
if (getprop("/gear/gear[0]/wow") == 0 and getprop("/MCDUC/thracc-set") == 1) {
if (getprop("/gear/gear[0]/wow") == 0) {
if (getprop("/systems/thrust/state1") == "MAN" or getprop("/systems/thrust/state2") == "MAN") {
setprop("/systems/thrust/lvrclb", "1");
} else {