Only sleep on client read - prevent insane lag

This commit is contained in:
md_5 2013-02-21 17:06:38 +11:00
parent 59a7e6f9c4
commit 0f8f8cb289

View File

@ -531,13 +531,6 @@ public class UserConnection extends GenericConnection implements ProxiedPlayer
connect( nextServer, true ); connect( nextServer, true );
break outer; break outer;
} }
try
{
Thread.sleep( BungeeCord.getInstance().config.getSleepTime() );
} catch ( InterruptedException ex )
{
}
} }
} catch ( Exception ex ) } catch ( Exception ex )
{ {