diff --git a/Nasal/FMGC-b.nas b/Nasal/FMGC-b.nas index 4038c1cb..e921a3d5 100644 --- a/Nasal/FMGC-b.nas +++ b/Nasal/FMGC-b.nas @@ -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); } diff --git a/revision.txt b/revision.txt index ba509063..47d35113 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4221 \ No newline at end of file +4222 \ No newline at end of file