Updated UseItemPacket

This commit is contained in:
Shoghi Cervantes 2014-10-18 23:42:41 +02:00
parent 92facc94b9
commit 7d9a98ec6b

View File

@ -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();