mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-17 08:54:22 +00:00
Human: remove obsolete TODO
This commit is contained in:
parent
88bbb03f12
commit
b75d121c7e
@ -676,7 +676,6 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
|
|||||||
|
|
||||||
if($this->skin !== null){
|
if($this->skin !== null){
|
||||||
$this->namedtag->setTag(new CompoundTag("Skin", [
|
$this->namedtag->setTag(new CompoundTag("Skin", [
|
||||||
//TODO: save cape & geometry
|
|
||||||
new StringTag("Name", $this->skin->getSkinId()),
|
new StringTag("Name", $this->skin->getSkinId()),
|
||||||
new ByteArrayTag("Data", $this->skin->getSkinData()),
|
new ByteArrayTag("Data", $this->skin->getSkinData()),
|
||||||
new ByteArrayTag("CapeData", $this->skin->getCapeData()),
|
new ByteArrayTag("CapeData", $this->skin->getCapeData()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user