mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Particles.
This commit is contained in:
@ -45,9 +45,9 @@ class LevelEventPacket extends DataPacket{
|
||||
public function encode(){
|
||||
$this->reset();
|
||||
$this->putShort($this->evid);
|
||||
$this->putInt($this->x);
|
||||
$this->putByte($this->y);
|
||||
$this->putInt($this->z);
|
||||
$this->putFloat($this->x);
|
||||
$this->putFloat($this->y);
|
||||
$this->putFloat($this->z);
|
||||
$this->putInt($this->data);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user