mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-26 13:19:55 +00:00
Remove changes to FloatingTextParticle
This commit is contained in:
parent
7b152def7d
commit
49a9e0a880
@ -96,7 +96,7 @@ class FloatingTextParticle extends Particle{
|
|||||||
|
|
||||||
$add = new PlayerListPacket();
|
$add = new PlayerListPacket();
|
||||||
$add->type = PlayerListPacket::TYPE_ADD;
|
$add->type = PlayerListPacket::TYPE_ADD;
|
||||||
$add->entries = [PlayerListEntry::createAdditionEntry($uuid, $this->entityId, $name, new Skin("Standard_Custom", str_repeat("\x00", 8192), "", Skin::convertToLegacyName("geometry.humanoid.custom"), ""))];
|
$add->entries = [PlayerListEntry::createAdditionEntry($uuid, $this->entityId, $name, new Skin("Standard_Custom", str_repeat("\x00", 8192)))];
|
||||||
$p[] = $add;
|
$p[] = $add;
|
||||||
|
|
||||||
$pk = new AddPlayerPacket();
|
$pk = new AddPlayerPacket();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user