mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-27 13:15:52 +01:00
Remove stray debug
This commit is contained in:
parent
8c5fbe3298
commit
12e3a895b3
@ -146,7 +146,6 @@ public class PacketContainer implements Serializable {
|
||||
|
||||
// TODO this is kinda hacky, come up with a better solution
|
||||
if (type == PacketType.Play.Server.CHAT) {
|
||||
System.out.println("writing UUID to chat packet");
|
||||
getUUIDs().writeSafely(0, new UUID(0L, 0L));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user