mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
Fixed packet issues
This commit is contained in:
parent
1ddd58fd3b
commit
ac6e2f9bf7
@ -45,7 +45,7 @@ class AddPaintingPacket extends DataPacket{
|
|||||||
|
|
||||||
public function encode(){
|
public function encode(){
|
||||||
$this->reset();
|
$this->reset();
|
||||||
$this->putLevel($this->eid);
|
$this->putLong($this->eid);
|
||||||
$this->putInt($this->x);
|
$this->putInt($this->x);
|
||||||
$this->putInt($this->y);
|
$this->putInt($this->y);
|
||||||
$this->putInt($this->z);
|
$this->putInt($this->z);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user