A32X: Fix ECAM not showing with RAT out
This commit is contained in:
parent
cd361d0e6e
commit
0d3fe98d67
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ var canvas_upperECAM_base = {
|
|||
return [];
|
||||
},
|
||||
update: func() {
|
||||
if ((getprop("/systems/electrical/bus/ac1") >= 110 or getprop("/systems/electrical/bus/ac2") >= 110) and getprop("/controls/electrical/switches/emer-gen") != 1) {
|
||||
if (getprop("/systems/electrical/bus/ac1") >= 110 or getprop("/systems/electrical/bus/ac2") >= 110) {
|
||||
if (getprop("/options/eng") == "CFM") {
|
||||
upperECAM_cfm_eis2.page.show();
|
||||
upperECAM_iae_eis2.page.hide();
|
||||
|
|
|
@ -1 +1 @@
|
|||
3004
|
||||
3005
|
Reference in a new issue