mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
EnderChestInventory: Removed unnecessary owner parameter
This commit is contained in:
@ -33,7 +33,7 @@ class EnderChestInventory extends ChestInventory{
|
||||
/** @var Position */
|
||||
protected $holder;
|
||||
|
||||
public function __construct(Human $owner){
|
||||
public function __construct(){
|
||||
ContainerInventory::__construct(new Position());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user