A32X: bugfix autobrake

This commit is contained in:
Jonathan Redpath 2017-10-10 14:05:46 +01:00
parent e4bb52185b
commit 847901ce64

View file

@ -761,7 +761,7 @@ var canvas_lowerECAM_wheel = {
if (getprop("/controls/autobrake/mode") != 0) {
me["autobrk"].show();
} elsif if (getprop("/controls/autobrake/mode") == 0) {
} elsif (getprop("/controls/autobrake/mode") == 0) {
me["autobrk"].hide();
}