fixed second half of double chest items getting deleted, close #1477

This commit is contained in:
Dylan K. Taylor
2017-10-18 12:29:57 +01:00
parent 3e3157cbe1
commit 2c34648c3d
3 changed files with 15 additions and 3 deletions

View File

@ -51,4 +51,9 @@ interface Container{
* @return Inventory
*/
public function getInventory();
/**
* @return Inventory
*/
public function getRealInventory();
}