A32X: bugfix autobrake
This commit is contained in:
parent
e4bb52185b
commit
847901ce64
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ var canvas_lowerECAM_wheel = {
|
||||||
|
|
||||||
if (getprop("/controls/autobrake/mode") != 0) {
|
if (getprop("/controls/autobrake/mode") != 0) {
|
||||||
me["autobrk"].show();
|
me["autobrk"].show();
|
||||||
} elsif if (getprop("/controls/autobrake/mode") == 0) {
|
} elsif (getprop("/controls/autobrake/mode") == 0) {
|
||||||
me["autobrk"].hide();
|
me["autobrk"].hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue