mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
fixed second half of double chest items getting deleted, close #1477
This commit is contained in:
@ -51,4 +51,9 @@ interface Container{
|
||||
* @return Inventory
|
||||
*/
|
||||
public function getInventory();
|
||||
|
||||
/**
|
||||
* @return Inventory
|
||||
*/
|
||||
public function getRealInventory();
|
||||
}
|
||||
|
Reference in New Issue
Block a user