diff --git a/src/network/protocol/packet/UseItemPacket.php b/src/network/protocol/packet/UseItemPacket.php index 8ec919b57..be2e988e9 100644 --- a/src/network/protocol/packet/UseItemPacket.php +++ b/src/network/protocol/packet/UseItemPacket.php @@ -44,7 +44,7 @@ class UseItemPacket extends RakNetDataPacket{ $this->z = $this->getInt(); $this->face = $this->getInt(); $this->item = $this->getShort(); - $this->meta = $this->getShort(); + $this->meta = $this->getByte(); //Mojang: fix this $this->eid = $this->getInt(); $this->fx = $this->getFloat(); $this->fy = $this->getFloat();