If #438 does not go away, then BungeeCord users are derps, since this class has no been reverted to the exact same state before the so called issue inducing commit

This commit is contained in:
md_5 2013-06-17 19:10:38 +10:00
parent 4ce0eee232
commit 6a60376033

View File

@ -55,7 +55,7 @@ public class HandlerBoss extends ChannelInboundMessageHandlerAdapter<Object>
@Override
public void messageReceived(ChannelHandlerContext ctx, Object msg) throws Exception
{
if ( !channel.isClosed() )
if ( ctx.channel().isActive() )
{
if ( msg instanceof PacketWrapper )
{