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