diff --git a/src/pocketmine/entity/Human.php b/src/pocketmine/entity/Human.php index 0596f607d..15580592a 100644 --- a/src/pocketmine/entity/Human.php +++ b/src/pocketmine/entity/Human.php @@ -676,7 +676,6 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{ if($this->skin !== null){ $this->namedtag->setTag(new CompoundTag("Skin", [ - //TODO: save cape & geometry new StringTag("Name", $this->skin->getSkinId()), new ByteArrayTag("Data", $this->skin->getSkinData()), new ByteArrayTag("CapeData", $this->skin->getCapeData()),