mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 18:59:00 +00:00
Fixed Double Chest inventory holder
This commit is contained in:
parent
14c558163e
commit
be0a31697a
@ -41,7 +41,7 @@ class DoubleChestInventory extends ChestInventory implements InventoryHolder{
|
||||
}
|
||||
|
||||
public function getHolder(){
|
||||
return $this->left;
|
||||
return $this->left->getHolder();
|
||||
}
|
||||
|
||||
public function getItem($index){
|
||||
|
Loading…
x
Reference in New Issue
Block a user