Fixed Double Chest inventory holder

This commit is contained in:
Shoghi Cervantes 2014-06-21 19:16:33 +02:00
parent 14c558163e
commit be0a31697a

View File

@ -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){