mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Automatically set Entity / Tile entity save identifiers
This commit is contained in:
@ -36,10 +36,6 @@ class Zombie extends Monster{
|
||||
public $length = 0.6;
|
||||
public $height = 1.8;
|
||||
|
||||
protected function initEntity(){
|
||||
$this->namedtag->id = new String("id", "Zombie");
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return "Zombie";
|
||||
}
|
||||
|
Reference in New Issue
Block a user