A3XX: FMGC: Fix Stuck LAT lights on FCU
This commit is contained in:
parent
3403b39949
commit
4bc1a88e7c
1 changed files with 1 additions and 0 deletions
|
@ -510,6 +510,7 @@ var latarms = func {
|
||||||
if (getprop("/position/gear-agl-ft") >= 20) {
|
if (getprop("/position/gear-agl-ft") >= 20) {
|
||||||
if (getprop("/it-autoflight/input/lat-arm") == 1) {
|
if (getprop("/it-autoflight/input/lat-arm") == 1) {
|
||||||
setprop("/it-autoflight/input/lat", getprop("/it-autoflight/input/lat-arm"));
|
setprop("/it-autoflight/input/lat", getprop("/it-autoflight/input/lat-arm"));
|
||||||
|
setprop("/it-autoflight/input/lat-arm", 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue