Merge pull request #2188 from aodzip/patch-1

Update Skeleton.php
This commit is contained in:
Shoghi Cervantes 2014-10-18 15:36:02 +02:00
commit 68e73d4e3a

View File

@ -25,6 +25,6 @@ use pocketmine\nbt\tag\String;
class Skeleton extends Monster implements ProjectileSource{
protected function initEntity(){
$this->namedtag->id = new String("id", "Chicken");
$this->namedtag->id = new String("id", "Skeleton");
}
}
}