mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Automatically set Entity / Tile entity save identifiers
This commit is contained in:
@ -26,7 +26,5 @@ use pocketmine\inventory\InventoryHolder;
|
||||
use pocketmine\nbt\tag\String;
|
||||
|
||||
class Enderman extends Monster implements InventoryHolder{
|
||||
protected function initEntity(){
|
||||
$this->namedtag->id = new String("id", "Enderman");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user