This commit is contained in:
Jonathan Redpath 2017-08-14 16:35:52 +01:00
parent 141c9f72f7
commit b58f492abc

View file

@ -21,7 +21,7 @@ setprop("/ECAM/Lower/page", "eng");
######################################################
var ECAMinit = func {
if (getprop("/sim/options/enable-ecam-actions") == 1) {
if (getprop("/options/enable-ecam-actions") == 1) {
ECAMloop.start();
setprop("/ECAM/phase-1-inhibit", 0);
setprop("/ECAM/phase-2-inhibit", 0);