Human: remove obsolete TODO

This commit is contained in:
Dylan K. Taylor 2018-02-11 17:08:59 +00:00
parent 88bbb03f12
commit b75d121c7e

View File

@ -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()),