1
0
Fork 0

FGCom: changing of server during test mode is not expected

This commit is contained in:
Clément de l'Hamaide 2013-10-18 20:02:00 +02:00
parent ca819bc364
commit 9ced2983b8

View file

@ -363,10 +363,16 @@
<property>/sim/fgcom/selected-server</property>
<properties>/sim/gui/dialogs/multiplay/fgcom-servers</properties>
<enable>
<equals>
<property>/sim/fgcom/enabled</property>
<value>1</value>
</equals>
<and>
<equals>
<property>/sim/fgcom/enabled</property>
<value>1</value>
</equals>
<equals>
<property>/sim/fgcom/test</property>
<value>0</value>
</equals>
</and>
</enable>
<binding>
<command>dialog-apply</command>