mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Merge branch 'php/7.0' into mcpe-1.2
This commit is contained in:
@ -150,4 +150,9 @@ class DoubleChestInventory extends ChestInventory implements InventoryHolder{
|
||||
public function getRightSide() : ChestInventory{
|
||||
return $this->right;
|
||||
}
|
||||
|
||||
public function invalidate(){
|
||||
$this->left = null;
|
||||
$this->right = null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user