mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed Chests and Furnaces not droping their contents when broken
This commit is contained in:
@ -34,7 +34,7 @@ use pocketmine\Server;
|
||||
|
||||
class PlayerInventory extends BaseInventory{
|
||||
|
||||
protected $itemInHandIndex = -1;
|
||||
protected $itemInHandIndex = 0;
|
||||
/** @var int[] */
|
||||
protected $hotbar;
|
||||
|
||||
|
Reference in New Issue
Block a user