Updated protocol changes from MCPE-6865

This commit is contained in:
Shoghi Cervantes
2014-06-09 15:19:24 +02:00
parent c180534f21
commit fb46faa320
5 changed files with 10 additions and 10 deletions

View File

@ -47,7 +47,7 @@ class UseItemPacket extends DataPacket{
$this->z = $this->getInt();
$this->face = $this->getInt();
$this->item = $this->getShort();
$this->meta = $this->getByte(); //Mojang: fix this
$this->meta = $this->getShort();
$this->eid = $this->getInt();
$this->fx = $this->getFloat();
$this->fy = $this->getFloat();