fix <condition> that wasn't fully converted to the new system
This commit is contained in:
parent
bcb244be92
commit
39126a911c
1 changed files with 4 additions and 2 deletions
|
@ -918,8 +918,10 @@ Both KSFO (San Francisco International) and KHAF (Half Moon Bay) are within glid
|
|||
<message>Engine failure is currently simulated by switching off the magnetos.
|
||||
Please switch them off again to continue the tutorial.</message>
|
||||
<condition>
|
||||
<property>/controls/engines/engine/magnetos</property>
|
||||
<greater-than><value>0</value></greater-than>
|
||||
<greater-than>
|
||||
<property>/controls/engines/engine/magnetos</property>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</error>
|
||||
</step>
|
||||
|
|
Loading…
Add table
Reference in a new issue