A3XX: Fix managed speed not decelerating in time for 10000ft

This commit is contained in:
Joshua Davidson 2017-11-08 15:34:53 -05:00
parent 670c8fa38b
commit 071c97353d
2 changed files with 2 additions and 2 deletions

View file

@ -532,7 +532,7 @@ var ManagedSPD = maketimer(0.25, func {
} else if (mng_spd_cmd != minspeed and decel) {
setprop("/FMGC/internal/mng-spd-cmd", minspeed);
}
} else if ((phase == 4 or phase == 5 or phase == 6) and altitude <= 10080) {
} else if ((phase == 4 or phase == 5 or phase == 6) and altitude <= 10980) {
if (mngktsmach) {
setprop("/FMGC/internal/mng-kts-mach", 0);
}

View file

@ -1 +1 @@
3055
3056