mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
Fixed floatingtextparticle yet again
This commit is contained in:
parent
4340349db7
commit
600e16d9f6
@ -98,7 +98,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, SkinAdapterSingleton::get()->toSkinData(new Skin(
|
$add->entries = [PlayerListEntry::createAdditionEntry($uuid, $this->entityId, $name, SkinAdapterSingleton::get()->toSkinData(new Skin(
|
||||||
"Standard_Custom", str_repeat("\x00", 8192), "", '{"geometry" : {"default" : "geometry.humanoid.custom"}}' //TODO: Remove, hack to fix ftp
|
"Standard_Custom", str_repeat("\x00", 8192), "", "geometry.humanoid.custom"
|
||||||
)))];
|
)))];
|
||||||
$p[] = $add;
|
$p[] = $add;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user