BungeeCord/proxy
Zartec 903ada06f0 Sould break the priority lookup after server found
If the list would look like this

- test1 -> 1.8 -> ServerKickEvent cancelled -> reason set to "outdated"
- test2 -> 1.8
- test3 -> 1.9

and a player joins with version 1.8 he would never be connected to test2 because the server test2 is not equal to test1 and the server test3 is not equal to test1.
So test3 is the last in the while loop and would be used also if another server with higher priority matches the requirements.
2016-03-04 07:10:59 +11:00
..
src Sould break the priority lookup after server found 2016-03-04 07:10:59 +11:00
nb-configuration.xml Might need a better way to do this...... oh well, add all the netbeans code style files 2013-06-01 11:12:03 +10:00
pom.xml Update to Minecraft 1.9 2016-03-01 09:31:12 +11:00