mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
More protocol updates
This commit is contained in:
@ -78,6 +78,9 @@ class FloatingTextParticle extends Particle{
|
||||
$pk->x = $this->x;
|
||||
$pk->y = $this->y - 2.5;
|
||||
$pk->z = $this->z;
|
||||
$pk->speedX = 0;
|
||||
$pk->speedY = 0;
|
||||
$pk->speedZ = 0;
|
||||
$pk->yaw = 0;
|
||||
$pk->pitch = 0;
|
||||
$pk->item = 0;
|
||||
|
Reference in New Issue
Block a user