A3XX: FMGC Managed Speed bug fixed

This commit is contained in:
Joshua Davidson 2017-10-21 12:36:56 -04:00
parent 6fed624768
commit 460776b5e4
2 changed files with 2 additions and 2 deletions

View file

@ -454,7 +454,7 @@ var ManagedSPD = maketimer(0.25, func {
mng_alt_mach_cmd = getprop("/FMGC/internal/mng-alt-mach");
mng_alt_mach = math.round(mng_alt_mach_cmd, 0.001);
if (mode == "SRS" and (phase == 0 or phase == 1)) {
if ((mode == " " or mode == "SRS") and (phase == 0 or phase == 1)) {
if (mngktsmach) {
setprop("/FMGC/internal/mng-kts-mach", 0);
}

View file

@ -1 +1 @@
2147
2148