Skip to content

Commit

Permalink
Control: Same as last commit, but for A/P. Issue #596
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiVChr committed May 14, 2024
1 parent 539c27c commit 6823b4e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Systems/autoflight-rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@
<condition>
<and>
<equals>
<property>gear/gear[1]/wow</property>
<property>fdm/jsbsim/gear/unit[1]/WOW</property>
<value>0</value>
</equals>
<equals>
<property>gear/gear[2]/wow</property>
<property>fdm/jsbsim/gear/unit[2]/WOW</property>
<value>0</value>
</equals>
</and>
Expand All @@ -186,11 +186,11 @@
<condition>
<or>
<equals>
<property>gear/gear[1]/wow</property>
<property>fdm/jsbsim/gear/unit[1]/WOW</property>
<value>1</value>
</equals>
<equals>
<property>gear/gear[2]/wow</property>
<property>fdm/jsbsim/gear/unit[2]/WOW</property>
<value>1</value>
</equals>
</or>
Expand All @@ -201,11 +201,11 @@
<condition>
<and>
<equals>
<property>gear/gear[1]/wow</property>
<property>fdm/jsbsim/gear/unit[1]/WOW</property>
<value>0</value>
</equals>
<equals>
<property>gear/gear[2]/wow</property>
<property>fdm/jsbsim/gear/unit[2]/WOW</property>
<value>0</value>
</equals>
</and>
Expand All @@ -224,11 +224,11 @@
<condition>
<or>
<equals>
<property>gear/gear[1]/wow</property>
<property>fdm/jsbsim/gear/unit[1]/WOW</property>
<value>1</value>
</equals>
<equals>
<property>gear/gear[2]/wow</property>
<property>fdm/jsbsim/gear/unit[2]/WOW</property>
<value>1</value>
</equals>
</or>
Expand Down

0 comments on commit 6823b4e

Please sign in to comment.