A3XX: Fix managed speed not decelerating in time for 10000ft
This commit is contained in:
parent
670c8fa38b
commit
071c97353d
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
3055
|
||||
3056
|
Reference in a new issue