diff --git a/Models/FlightDeck/a320.flightdeck.xml b/Models/FlightDeck/a320.flightdeck.xml index 153a3f8b..72140391 100644 --- a/Models/FlightDeck/a320.flightdeck.xml +++ b/Models/FlightDeck/a320.flightdeck.xml @@ -5880,7 +5880,7 @@ - + diff --git a/Nasal/FMGC.nas b/Nasal/FMGC.nas index e53ba0f0..edbe105c 100644 --- a/Nasal/FMGC.nas +++ b/Nasal/FMGC.nas @@ -265,7 +265,7 @@ var phasecheck = maketimer(0.2, func { setprop("/it-autoflight/input/toga", 1); } - if (wowl and wowr and gs < 20 and (phase == "2" or phase == "3" or phase == "4" or phase == "5" or phase == "6") and ap1 == 0 and ap2 == 0) { + if (wowl and wowr and gs <= 40 and (phase == "2" or phase == "3" or phase == "4" or phase == "5" or phase == "6") and ap1 == 0 and ap2 == 0) { reset_FMGC(); } diff --git a/revision.txt b/revision.txt index 1d13a8cd..30f56d0f 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -3056 \ No newline at end of file +3057 \ No newline at end of file