#2026: Try multiple priorities as fallback
This commit is contained in:
parent
4fa9961c15
commit
129693f533
@ -316,7 +316,7 @@ public final class UserConnection implements ProxiedPlayer
|
|||||||
if ( retry && def != null && ( getServer() == null || def != getServer().getInfo() ) )
|
if ( retry && def != null && ( getServer() == null || def != getServer().getInfo() ) )
|
||||||
{
|
{
|
||||||
sendMessage( bungee.getTranslation( "fallback_lobby" ) );
|
sendMessage( bungee.getTranslation( "fallback_lobby" ) );
|
||||||
connect( def, null, false );
|
connect( def, null, true );
|
||||||
} else if ( dimensionChange )
|
} else if ( dimensionChange )
|
||||||
{
|
{
|
||||||
disconnect( bungee.getTranslation( "fallback_kick", future.cause().getClass().getName() ) );
|
disconnect( bungee.getTranslation( "fallback_kick", future.cause().getClass().getName() ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user