mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Fix #59 (FloatingTextParticle undefined )
This commit is contained in:
parent
06f8390b30
commit
0ce25f8b29
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user