Skip to content

Commit

Permalink
Forgot to remove System.out.println of the packet class
Browse files Browse the repository at this point in the history
  • Loading branch information
LouissXI authored Jun 10, 2022
1 parent 0f10f91 commit 8511f5e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ public void sendPluginMessage(String channel, byte[] data) throws IOException {
}

public synchronized void sendPacket(PacketOut packet) throws IOException {
System.out.println(packet.getClass());
if (channel.writePacket(packet)) {
setLastPacketTimestamp(System.currentTimeMillis());
}
Expand Down

0 comments on commit 8511f5e

Please sign in to comment.