A3XX: FMGC disconnect AP bugfix
This commit is contained in:
parent
66e2e411b5
commit
9b9f14de77
2 changed files with 2 additions and 2 deletions
|
@ -638,7 +638,7 @@ var ap_various = func {
|
|||
}
|
||||
|
||||
if (getprop("/it-autoflight/output/ap1") == 1 or getprop("/it-autoflight/output/ap2") == 1) {
|
||||
if (getprop("/controls/flight/aileron") > 0.3 or getprop("/controls/flight/aileron") < -0.2 or getprop("/controls/flight/elevator") > 0.3 or getprop("/controls/flight/elevator") < -0.2) {
|
||||
if (getprop("/controls/flight/aileron") > 0.2 or getprop("/controls/flight/aileron") < -0.2 or getprop("/controls/flight/elevator") > 0.2 or getprop("/controls/flight/elevator") < -0.2) {
|
||||
setprop("/it-autoflight/input/ap1", 0);
|
||||
setprop("/it-autoflight/input/ap2", 0);
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
4221
|
||||
4222
|
Reference in a new issue