System: Quick ignition bugfix
This commit is contained in:
parent
280496046c
commit
eaab6018e2
1 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@
|
|||
</actuator>
|
||||
|
||||
<switch name="/systems/ignition/starter-jsb-1">
|
||||
<default value="/systems/ignition/start-valve-1"/>
|
||||
<default value="/systems/ignition/starter-1"/>
|
||||
<test logic="AND" value="1"> <!-- Because JSBsim will kill the engine if we cut out early -->
|
||||
/engines/engine[0]/n2-actual ge /systems/ignition/starter-cutoff-n2
|
||||
/systems/ignition/cutoff-1 eq 0
|
||||
|
@ -270,7 +270,7 @@
|
|||
</actuator>
|
||||
|
||||
<switch name="/systems/ignition/starter-jsb-2">
|
||||
<default value="/systems/ignition/start-valve-2"/>
|
||||
<default value="/systems/ignition/starter-2"/>
|
||||
<test logic="AND" value="1"> <!-- Because JSBsim will kill the engine if we cut out early -->
|
||||
/engines/engine[1]/n2-actual ge /systems/ignition/starter-cutoff-n2
|
||||
/systems/ignition/cutoff-2 eq 0
|
||||
|
|
Loading…
Add table
Reference in a new issue