Move default server fallback
This commit is contained in:
parent
8502ab54c0
commit
924dcaab38
@ -372,6 +372,11 @@ public class InitialHandler extends PacketHandler implements PendingConnection
|
|||||||
{
|
{
|
||||||
server = AbstractReconnectHandler.getForcedHost( InitialHandler.this );
|
server = AbstractReconnectHandler.getForcedHost( InitialHandler.this );
|
||||||
}
|
}
|
||||||
|
if ( server == null )
|
||||||
|
{
|
||||||
|
server = bungee.getServerInfo( listener.getDefaultServer() );
|
||||||
|
}
|
||||||
|
|
||||||
userCon.connect( server, null, true );
|
userCon.connect( server, null, true );
|
||||||
|
|
||||||
thisState = State.FINISHED;
|
thisState = State.FINISHED;
|
||||||
|
Loading…
Reference in New Issue
Block a user