1
0
Fork 0

Autothrust - fix typo

This commit is contained in:
legoboyvdlp R 2020-01-01 21:54:56 +00:00
parent ba51c852f5
commit bac36443f0

View file

@ -324,7 +324,7 @@ var ECAMControlPanel = {
},
clrBtn: func() {
me.lightOff("clr");
if (athrWarnNode.getValue == 2) {
if (athrWarnNode.getValue() == 2) {
athrWarnNode.setValue(0);
return;
}