bugfix in FADEC

This commit is contained in:
Joshua Davidson 2017-05-26 16:46:00 -04:00
parent 16a70be8ff
commit cab96bd9a1
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>