More protocol updates

This commit is contained in:
Shoghi Cervantes
2015-04-15 15:53:11 +02:00
parent c36c0dfa66
commit 5ca4f5416c
3 changed files with 12 additions and 2 deletions

View File

@ -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;