mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Fixed UseItemPacket
This commit is contained in:
parent
2c3ab612f2
commit
f77d5dcefd
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user