fix
This commit is contained in:
parent
7d9f53df7b
commit
a01e407714
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ var master_elec = func {
|
||||||
setprop("/systems/electrical/bus/gen1-hz", 0);
|
setprop("/systems/electrical/bus/gen1-hz", 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (apu_ext_crosstie_sw == 1 and xtieL) {
|
if (apu_ext_crosstie_sw == 1 and xtieL) {
|
||||||
setprop("/systems/electrical/bus/ac1", ac_volt_std);
|
setprop("/systems/electrical/bus/ac1", ac_volt_std);
|
||||||
setprop("/systems/electrical/extra/gen1-volts", ac_volt_std);
|
setprop("/systems/electrical/extra/gen1-volts", ac_volt_std);
|
||||||
setprop("/systems/electrical/bus/gen1-hz", ac_hz_std);
|
setprop("/systems/electrical/bus/gen1-hz", ac_hz_std);
|
||||||
|
|
Reference in a new issue