forked from BLOCKFANTASY/LOOHP-Limbo
Forgot to remove System.out.println of the packet class
This commit is contained in:
@@ -202,7 +202,6 @@ public class ClientConnection extends Thread {
|
||||
}
|
||||
|
||||
public synchronized void sendPacket(PacketOut packet) throws IOException {
|
||||
System.out.println(packet.getClass());
|
||||
if (channel.writePacket(packet)) {
|
||||
setLastPacketTimestamp(System.currentTimeMillis());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user