Close issue #440 - players remaining after logout

This commit is contained in:
md_5 2013-06-17 14:19:16 +10:00
parent d9eb8c66b8
commit 07fb6490f8

View File

@ -102,7 +102,7 @@ public class HandlerBoss extends ChannelInboundMessageHandlerAdapter<Object>
ProxyServer.getInstance().getLogger().log( Level.SEVERE, handler + " - exception processing exception", ex );
}
channel.close();
ctx.channel().close();
}
}
}