mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
EnderChestInventory: Removed unnecessary owner parameter
This commit is contained in:
@ -562,7 +562,7 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
|
||||
$this->propertyManager->setBlockPos(self::DATA_PLAYER_BED_POSITION, null);
|
||||
|
||||
$this->inventory = new PlayerInventory($this);
|
||||
$this->enderChestInventory = new EnderChestInventory($this);
|
||||
$this->enderChestInventory = new EnderChestInventory();
|
||||
$this->initHumanData();
|
||||
|
||||
$inventoryTag = $this->namedtag->getListTag("Inventory");
|
||||
|
Reference in New Issue
Block a user