This should probably be done too

This commit is contained in:
ceikry 2021-10-22 13:55:27 -05:00
parent d72718b705
commit 82ea666014

View file

@ -66,7 +66,6 @@ public class IoEventHandler {
Repository.getDisconnectionQueue().add(session.getPlayer()); Repository.getDisconnectionQueue().add(session.getPlayer());
} }
key.cancel(); key.cancel();
session.disconnect();
return; return;
} }
buffer.flip(); buffer.flip();