This commit is contained in:
Marsdolphin 2020-05-03 10:07:34 +08:00 committed by GitHub
parent 0bdfaad2ee
commit b49cd443a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -16,8 +16,11 @@
<condition>
<or>
<property>sim/multiplay/generic/int[8]</property>
<value>1</value>
<equals>
<property>sim/multiplay/generic/int[8]</property>
<value>1</value>
</equals>
<and>
<greater-than>
<property>environment/rain-norm</property>
<value>0.2</value>
@ -26,8 +29,11 @@
<property>velocities/groundspeed-kt</property>
<value>0</value>
</greater-than>
<equals>
<property>gear/gear[1]/wow</property>
<value>1</value>
</equals>
</and>
</or>
</condition>