diff --git a/Nasal/FMGC.nas b/Nasal/FMGC.nas index b2a7cd7e..e53ba0f0 100644 --- a/Nasal/FMGC.nas +++ b/Nasal/FMGC.nas @@ -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); } diff --git a/revision.txt b/revision.txt index a8a31f27..1d13a8cd 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -3055 \ No newline at end of file +3056 \ No newline at end of file