DU: Bugfix UECAM
This commit is contained in:
parent
48f81cfd3a
commit
3aa56a8627
2 changed files with 3 additions and 2 deletions
|
@ -120,7 +120,7 @@ var canvas_upperECAM_base = {
|
|||
elapsedtime = et.getValue();
|
||||
|
||||
if (acess.getValue() >= 110) {
|
||||
if (wow0.getValue == 1) {
|
||||
if (wow0.getValue() == 1) {
|
||||
if (acconfig.getValue() != 1 and du3_test.getValue() != 1) {
|
||||
du3_test.setValue(1);
|
||||
du3_test_amount.setValue(math.round((rand() * 5 ) + 35, 0.1));
|
||||
|
@ -168,6 +168,7 @@ var canvas_upperECAM_base = {
|
|||
# Reversers
|
||||
rev_1_cur = rev_1.getValue();
|
||||
rev_2_cur = rev_2.getValue();
|
||||
cur_eng_option = eng_option.getValue();
|
||||
if (rev_1_cur >= 0.01 and eng1_n1mode.getValue() == 1 and cur_eng_option == "CFM") {
|
||||
me["REV1"].show();
|
||||
me["REV1-box"].show();
|
||||
|
|
|
@ -1 +1 @@
|
|||
4645
|
||||
4646
|
Reference in a new issue