Update Skeleton.php

fixed a little wrong
This commit is contained in:
aodzip 2014-10-18 21:13:35 +08:00
parent 05f71691fc
commit 684617d370

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");
}
}
}