A32X: Fix APU being able to power Pack 2 with XBleed shut
This commit is contained in:
parent
7c96c9fd0b
commit
48ad9dde59
2 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ var master_pneu = func {
|
|||
setprop("/systems/pneumatic/pack1", 0);
|
||||
}
|
||||
|
||||
if (pack2_sw == 1 and (bleed2 >= 11 or bleedapu >= 11) and eng1_starter == 0 and eng2_starter == 0 and !pack2_fail) {
|
||||
if (pack2_sw == 1 and (bleed2 >= 11 or (bleedapu >= 11 and xbleed == 1)) and eng1_starter == 0 and eng2_starter == 0 and !pack2_fail) {
|
||||
setprop("/systems/pneumatic/pack2", pack_flo_sw);
|
||||
} else {
|
||||
setprop("/systems/pneumatic/pack2", 0);
|
||||
|
|
|
@ -1 +1 @@
|
|||
2009
|
||||
2010
|
Reference in a new issue