add fallback_server so we can still have a different default server on first join

This commit is contained in:
Björn Teichmann
2013-03-27 16:37:56 +01:00
committed by md_5
parent fecaf76acf
commit 5dfe83cf6d
5 changed files with 11 additions and 6 deletions

View File

@@ -32,6 +32,10 @@ public class ListenerInfo
* Name of the server which users will be taken to by default.
*/
private final String defaultServer;
/**
* Name of the server which users will be taken when current server goes down.
*/
private final String fallbackServer;
/**
* Whether reconnect locations will be used, or else the user is simply
* transferred to the default server on connect.