Fixed UseItemPacket

This commit is contained in:
Shoghi Cervantes 2014-02-08 13:34:05 +01:00
parent 2c3ab612f2
commit f77d5dcefd

View File

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