diff --git a/Nasal/FMGC-c.nas b/Nasal/FMGC-c.nas index 794efe97..2b1faa02 100644 --- a/Nasal/FMGC-c.nas +++ b/Nasal/FMGC-c.nas @@ -247,7 +247,7 @@ var locupdate = maketimer(0.5, func { var newlat = getprop("/modes/pfd/fma/roll-mode"); var nav_defl = getprop("/instrumentation/nav[0]/heading-needle-deflection-norm"); if (lat == "LOC") { - if (nav_defl > -0.15 and nav_defl < 0.15) { + if (nav_defl > -0.06 and nav_defl < 0.06) { locupdate.stop(); if (newlat != "LOC") { setprop("/modes/pfd/fma/roll-mode", "LOC"); diff --git a/revision.txt b/revision.txt index 14964db9..b52b8b63 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4046 \ No newline at end of file +4047 \ No newline at end of file