Only sleep on client read - prevent insane lag
This commit is contained in:
parent
59a7e6f9c4
commit
0f8f8cb289
@ -531,13 +531,6 @@ public class UserConnection extends GenericConnection implements ProxiedPlayer
|
||||
connect( nextServer, true );
|
||||
break outer;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
Thread.sleep( BungeeCord.getInstance().config.getSleepTime() );
|
||||
} catch ( InterruptedException ex )
|
||||
{
|
||||
}
|
||||
}
|
||||
} catch ( Exception ex )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user