A3XX: FADEC fix (for now)
This commit is contained in:
parent
bf8f520c1d
commit
06f49fb2b3
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue