Merge branch 'master' of github.com:PocketMine/PocketMine-MP

This commit is contained in:
Shoghi Cervantes 2014-10-18 16:53:42 +02:00
commit 2e6366868d

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