mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
Fix #59 (FloatingTextParticle undefined )
This commit is contained in:
@ -89,6 +89,7 @@ class FloatingTextParticle extends Particle{
|
||||
$pk->pitch = 0;
|
||||
$pk->item = 0;
|
||||
$pk->meta = 0;
|
||||
$flags = 0;
|
||||
$flags |= 1 << Entity::DATA_FLAG_INVISIBLE;
|
||||
$flags |= 1 << Entity::DATA_FLAG_CAN_SHOW_NAMETAG;
|
||||
$flags |= 1 << Entity::DATA_FLAG_ALWAYS_SHOW_NAMETAG;
|
||||
|
Reference in New Issue
Block a user