Fixed Chests and Furnaces not droping their contents when broken

This commit is contained in:
Shoghi Cervantes
2014-05-28 15:34:34 +02:00
parent c778e0467e
commit 130b2c4910
3 changed files with 5 additions and 4 deletions

View File

@ -34,7 +34,7 @@ use pocketmine\Server;
class PlayerInventory extends BaseInventory{
protected $itemInHandIndex = -1;
protected $itemInHandIndex = 0;
/** @var int[] */
protected $hotbar;