Remove stray debug

This commit is contained in:
Dan Mulloy 2020-08-06 13:54:16 -04:00
parent 8c5fbe3298
commit 12e3a895b3
No known key found for this signature in database
GPG Key ID: 2B62F7DACFF133E8
1 changed files with 0 additions and 1 deletions

View File

@ -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));
}
}