Oops
This commit is contained in:
parent
c1a32c6419
commit
d762002b72
1 changed files with 3 additions and 4 deletions
|
@ -32,12 +32,11 @@ Engines.autostart = func {
|
|||
}
|
||||
|
||||
Engines.shutdown = func {
|
||||
setprop('/controls/engines/engine[0]/cutoff',1);
|
||||
setprop('/controls/engines/engine[1]/cutoff',1);
|
||||
}
|
||||
if ( ! getprop('/controls/engines/engine[0]/cutoff',1) ) {
|
||||
setprop('system/electrical/outputs/efis', 0);
|
||||
}
|
||||
if ( ! getprop('/controls/engines/engine[0]/cutoff',1) ) {
|
||||
setprop('system/electrical/outputs/efis', 0);
|
||||
}
|
||||
}
|
||||
|
||||
Engines.schedule = func {
|
||||
|
|
Loading…
Reference in a new issue