Removed annoying debug text
This commit is contained in:
@@ -62,7 +62,6 @@ public class IoEventHandler {
|
||||
if (channel.read(buffer) == -1) {
|
||||
if(session != null){
|
||||
if(session.getPlayer() != null){
|
||||
SystemLogger.logInfo("Connection closed - disconnecting player.");
|
||||
session.getPlayer().clear();
|
||||
}
|
||||
//key.cancel();
|
||||
|
||||
Reference in New Issue
Block a user