Fix enabling tiedowns by adding back accidentally removed <not>'s
Merge commit fbac693698bb3f6e5e6906d97b64d0724ead4393 from c172p-detailed.
This commit is contained in:
parent
b9f57f8823
commit
cb2cc4d998
1 changed files with 35 additions and 29 deletions
|
@ -7523,7 +7523,9 @@
|
|||
<condition>
|
||||
<property>/sim/model/c172p/securing/tiedownL-addable</property>
|
||||
<or>
|
||||
<property>/sim/current-view/internal</property>
|
||||
<not>
|
||||
<property>/sim/current-view/internal</property>
|
||||
</not>
|
||||
<property>/nasal/tutorial/loaded</property>
|
||||
</or>
|
||||
</condition>
|
||||
|
@ -7633,7 +7635,9 @@
|
|||
<condition>
|
||||
<property>/sim/model/c172p/securing/tiedownR-addable</property>
|
||||
<or>
|
||||
<property>/sim/current-view/internal</property>
|
||||
<not>
|
||||
<property>/sim/current-view/internal</property>
|
||||
</not>
|
||||
<property>/nasal/tutorial/loaded</property>
|
||||
</or>
|
||||
</condition>
|
||||
|
@ -7743,7 +7747,9 @@
|
|||
<condition>
|
||||
<property>/sim/model/c172p/securing/tiedownT-addable</property>
|
||||
<or>
|
||||
<property>/sim/current-view/internal</property>
|
||||
<not>
|
||||
<property>/sim/current-view/internal</property>
|
||||
</not>
|
||||
<property>/nasal/tutorial/loaded</property>
|
||||
</or>
|
||||
</condition>
|
||||
|
|
Loading…
Reference in a new issue