mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 03:08:58 +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(){
|
public function getHolder(){
|
||||||
return $this->left;
|
return $this->left->getHolder();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getItem($index){
|
public function getItem($index){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user