bugfix in FADEC
This commit is contained in:
parent
16a70be8ff
commit
cab96bd9a1
2 changed files with 2 additions and 2 deletions
|
@ -290,7 +290,7 @@
|
||||||
<condition>
|
<condition>
|
||||||
<or>
|
<or>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/systems/thrust/state1</property>
|
<property>/systems/thrust/state2</property>
|
||||||
<value>MAN THR</value>
|
<value>MAN THR</value>
|
||||||
</equals>
|
</equals>
|
||||||
<and>
|
<and>
|
||||||
|
|
|
@ -433,7 +433,7 @@
|
||||||
<condition>
|
<condition>
|
||||||
<or>
|
<or>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/systems/thrust/state1</property>
|
<property>/systems/thrust/state2</property>
|
||||||
<value>MAN THR</value>
|
<value>MAN THR</value>
|
||||||
</equals>
|
</equals>
|
||||||
<and>
|
<and>
|
||||||
|
|
Reference in a new issue