Works but when login 8.6 its says only 9.44 allowed.
When i have
It says the same? And yes i have enable -D__LOGIN_SERVER__ when compiled
I can login with 9.44 but not with 8.60 :/
Whats is the problem?
Code:
<servers>
<server id="0" name="Infinity 9.44" versionMin="860" versionMax="944" address="83.180.251.153" port="7172"/>
<server id="1" name="Infinity 8.6" versionMin="860" versionMax="944" address="83.180.251.153" port="7173"/>
</servers>
When i have
Code:
<servers>
<server id="0" name="Infinity 9.44" versionMin="944" versionMax="944" address="83.180.251.153" port="7172"/>
<server id="1" name="Infinity 8.6" versionMin="860" versionMax="860" address="83.180.251.153" port="7173"/>
</servers>
It says the same? And yes i have enable -D__LOGIN_SERVER__ when compiled
I can login with 9.44 but not with 8.60 :/
Whats is the problem?