System: Fix serious bug I made

This commit is contained in:
Joshua Davidson 2019-03-07 21:02:05 -05:00
parent 63db73663e
commit 334abe3fc1
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# props.nas:
var dualFailNode = props.globals.initNode("/ECAM/dual-failure-enabled", 0 "BOOL");
var dualFailNode = props.globals.initNode("/ECAM/dual-failure-enabled", 0, "BOOL");
var phaseNode = props.globals.getNode("/ECAM/warning-phase", 1);
var leftMsgNode = props.globals.getNode("/ECAM/left-msg", 1);
var apWarn = props.globals.getNode("/it-autoflight/output/ap-warning", 1);

View file

@ -1 +1 @@
4777
4778