mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 21:01:02 -05:00
Remove debug line
This commit is contained in:
parent
c9494abc38
commit
d78305ef8d
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ public class ServerBlockValuePacket implements Packet {
|
||||||
int type = in.readUnsignedByte();
|
int type = in.readUnsignedByte();
|
||||||
int value = in.readUnsignedByte();
|
int value = in.readUnsignedByte();
|
||||||
this.blockId = in.readVarInt() & 0xFFF;
|
this.blockId = in.readVarInt() & 0xFFF;
|
||||||
System.out.println(this.blockId);
|
|
||||||
|
|
||||||
if(this.blockId == NOTE_BLOCK) {
|
if(this.blockId == NOTE_BLOCK) {
|
||||||
this.type = MagicValues.key(NoteBlockValueType.class, type);
|
this.type = MagicValues.key(NoteBlockValueType.class, type);
|
||||||
|
|
Loading…
Reference in a new issue