Power rests thrust lock
This commit is contained in:
parent
dcfecf5897
commit
ca60567653
1 changed files with 4 additions and 0 deletions
|
@ -759,6 +759,10 @@ var ELEC = {
|
|||
setprop("/controls/lighting/overhead-panel-norm", getprop("/controls/lighting/overhead-panel-knb"));
|
||||
}
|
||||
|
||||
if getprop("systems/electrical/on") == 0) {
|
||||
setprop("/systems/thrust/thr-locked", 0);
|
||||
}
|
||||
|
||||
setprop("/systems/electrical/ac1-src", ac1_src);
|
||||
setprop("/systems/electrical/ac2-src", ac2_src);
|
||||
|
||||
|
|
Reference in a new issue