Revert "Reenable throttle since we only support 1.7+"
This reverts commit f23691df23
.
This commit is contained in:
parent
31bd836203
commit
b167a45690
@ -36,8 +36,9 @@ public class PipelineUtils
|
|||||||
{
|
{
|
||||||
if ( BungeeCord.getInstance().getConnectionThrottle().throttle( ( (InetSocketAddress) ch.remoteAddress() ).getAddress() ) )
|
if ( BungeeCord.getInstance().getConnectionThrottle().throttle( ( (InetSocketAddress) ch.remoteAddress() ).getAddress() ) )
|
||||||
{
|
{
|
||||||
ch.close();
|
// TODO: Better throttle - we can't throttle this way if we want to maintain 1.7 compat!
|
||||||
return;
|
// ch.close();
|
||||||
|
// return;
|
||||||
}
|
}
|
||||||
|
|
||||||
BASE.initChannel( ch );
|
BASE.initChannel( ch );
|
||||||
|
Loading…
Reference in New Issue
Block a user