mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-29 06:05:54 +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->x = $this->getInt();
|
||||||
$this->y = $this->getInt();
|
$this->y = $this->getInt();
|
||||||
$this->z = $this->getInt();
|
$this->z = $this->getInt();
|
||||||
$this->face = $this->getInt();
|
$this->face = $this->getByte();
|
||||||
$this->item = $this->getShort();
|
$this->item = $this->getShort();
|
||||||
$this->meta = $this->getShort();
|
$this->meta = $this->getShort();
|
||||||
$this->eid = $this->getInt();
|
$this->eid = $this->getInt();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user