Remove debug message

This commit is contained in:
Mats 2016-03-15 20:40:26 +01:00
parent 597ddc7f82
commit ba5a44d2d2
1 changed files with 0 additions and 1 deletions

View File

@ -329,7 +329,6 @@ public class IncomingTransformer {
}
if (packet == PacketType.PLAY_CREATIVE_INVENTORY_ACTION) {
short slot = input.readShort();
System.out.println(slot);
if (slot == 45) {
ByteBuf buf = info.getChannel().alloc().buffer();
PacketUtil.writeVarInt(PacketType.PLAY_SET_SLOT.getNewPacketID(), buf);