diff --git a/src/pocketmine/network/protocol/UseItemPacket.php b/src/pocketmine/network/protocol/UseItemPacket.php index 9a32f9d69..00b4b7375 100644 --- a/src/pocketmine/network/protocol/UseItemPacket.php +++ b/src/pocketmine/network/protocol/UseItemPacket.php @@ -45,7 +45,7 @@ class UseItemPacket extends DataPacket{ $this->x = $this->getInt(); $this->y = $this->getInt(); $this->z = $this->getInt(); - $this->face = $this->getInt(); + $this->face = $this->getByte(); $this->item = $this->getShort(); $this->meta = $this->getShort(); $this->eid = $this->getInt();