A3XX: Fix ACCONFIG Setting wrong overhead
This commit is contained in:
parent
198e7e9da8
commit
32aa1bf5e8
1 changed files with 0 additions and 4 deletions
|
@ -150,7 +150,6 @@ var colddark_b = func {
|
|||
setprop("/controls/APU/master", 0);
|
||||
setprop("/controls/APU/start", 0);
|
||||
setprop("/controls/bleed/OHP/bleedapu", 0);
|
||||
setprop("/controls/electrical/switches/gen-apu", 0);
|
||||
setprop("/controls/electrical/switches/battery1", 0);
|
||||
setprop("/controls/electrical/switches/battery2", 0);
|
||||
setprop("/systems/acconfig/autoconfig-running", 0);
|
||||
|
@ -182,7 +181,6 @@ var beforestart = func {
|
|||
setprop("/controls/APU/master", 0);
|
||||
setprop("/controls/APU/start", 0);
|
||||
setprop("/controls/bleed/OHP/bleedapu", 0);
|
||||
setprop("/controls/electrical/switches/gen-apu", 0);
|
||||
setprop("/controls/electrical/switches/battery1", 0);
|
||||
setprop("/controls/electrical/switches/battery2", 0);
|
||||
|
||||
|
@ -257,8 +255,6 @@ var taxi = func {
|
|||
failReset();
|
||||
setprop("/controls/APU/master", 0);
|
||||
setprop("/controls/APU/start", 0);
|
||||
setprop("/controls/bleed/OHP/bleedapu", 0);
|
||||
setprop("/controls/electrical/switches/gen-apu", 0);
|
||||
setprop("/controls/electrical/switches/battery1", 0);
|
||||
setprop("/controls/electrical/switches/battery2", 0);
|
||||
|
||||
|
|
Reference in a new issue