mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Updated UseItemPacket
This commit is contained in:
parent
92facc94b9
commit
7d9a98ec6b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user