formatting
This commit is contained in:
parent
a407603eaf
commit
0e53c732ff
2 changed files with 16 additions and 4 deletions
|
@ -36,8 +36,14 @@
|
||||||
<object-name>sidestick-pos</object-name>
|
<object-name>sidestick-pos</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<or>
|
<or>
|
||||||
<equals><property>/engines/engine[0]/state</property><value>3</value></equals>
|
<equals>
|
||||||
<equals><property>/engines/engine[1]/state</property><value>3</value></equals>
|
<property>/engines/engine[0]/state</property>
|
||||||
|
<value>3</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/engines/engine[1]/state</property>
|
||||||
|
<value>3</value>
|
||||||
|
</equals>
|
||||||
<and>
|
<and>
|
||||||
<property>/options/pfd/sidestick-pos</property>
|
<property>/options/pfd/sidestick-pos</property>
|
||||||
<equals>
|
<equals>
|
||||||
|
|
|
@ -36,8 +36,14 @@
|
||||||
<object-name>sidestick-pos</object-name>
|
<object-name>sidestick-pos</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<or>
|
<or>
|
||||||
<equals><property>/engines/engine[0]/state</property><value>3</value></equals>
|
<equals>
|
||||||
<equals><property>/engines/engine[1]/state</property><value>3</value></equals>
|
<property>/engines/engine[0]/state</property>
|
||||||
|
<value>3</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/engines/engine[1]/state</property>
|
||||||
|
<value>3</value>
|
||||||
|
</equals>
|
||||||
<and>
|
<and>
|
||||||
<property>/options/pfd/sidestick-pos</property>
|
<property>/options/pfd/sidestick-pos</property>
|
||||||
<equals>
|
<equals>
|
||||||
|
|
Reference in a new issue