Per video reference, the APU / EXT lines come on regardless of AC tie position
This commit is contained in:
parent
0b6bc649d2
commit
6650497acc
1 changed files with 6 additions and 4 deletions
|
@ -631,14 +631,16 @@ var canvas_lowerECAMPageElec =
|
|||
} else {
|
||||
obj["ELEC-Line-APU-EXT"].hide();
|
||||
}
|
||||
|
||||
if (val.elecExtEPC and (val.elecAcTie1 or val.elecAcTie2)) {
|
||||
}),
|
||||
props.UpdateManager.FromHashValue("elecExtEPC", nil, func(val) {
|
||||
if (val) {
|
||||
obj["EXT-out"].show();
|
||||
} else {
|
||||
obj["EXT-out"].hide();
|
||||
}
|
||||
|
||||
if (val.apuGLC and (val.elecAcTie1 or val.elecAcTie2)) {
|
||||
}),
|
||||
props.UpdateManager.FromHashValue("apuGLC", nil, func(val) {
|
||||
if (val) {
|
||||
obj["APU-out"].show();
|
||||
} else {
|
||||
obj["APU-out"].hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue