bugfix
This commit is contained in:
parent
141c9f72f7
commit
b58f492abc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue