A32X: Fix ECAM not showing with RAT out

This commit is contained in:
Joshua Davidson 2017-10-24 13:08:30 -04:00
parent cd361d0e6e
commit 0d3fe98d67
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -1 +1 @@
3004
3005