From 600e16d9f6dfeef880d52592b72ea47c229749ac Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 21 Nov 2019 13:54:00 -0500 Subject: [PATCH] Fixed floatingtextparticle yet again --- src/pocketmine/level/particle/FloatingTextParticle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/level/particle/FloatingTextParticle.php b/src/pocketmine/level/particle/FloatingTextParticle.php index eea8b7d71..29ef05133 100644 --- a/src/pocketmine/level/particle/FloatingTextParticle.php +++ b/src/pocketmine/level/particle/FloatingTextParticle.php @@ -98,7 +98,7 @@ class FloatingTextParticle extends Particle{ $add = new PlayerListPacket(); $add->type = PlayerListPacket::TYPE_ADD; $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;