Remove debug line

This commit is contained in:
DoctorMacc 2020-06-23 19:02:13 -04:00
parent c9494abc38
commit d78305ef8d

View file

@ -58,7 +58,6 @@ public class ServerBlockValuePacket implements Packet {
int type = in.readUnsignedByte();
int value = in.readUnsignedByte();
this.blockId = in.readVarInt() & 0xFFF;
System.out.println(this.blockId);
if(this.blockId == NOTE_BLOCK) {
this.type = MagicValues.key(NoteBlockValueType.class, type);