mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fixes for Chest & Furnace
This commit is contained in:
@ -2057,12 +2057,11 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
|
||||
}
|
||||
$this->craftingItems = [];
|
||||
}
|
||||
break;
|
||||
}else{
|
||||
$this->toCraft = [];
|
||||
$this->craftingItems = [];
|
||||
}
|
||||
if(!isset($this->windowIndex[$packet->windowid])){
|
||||
if($packet->windowid == 0 or !isset($this->windowIndex[$packet->windowid])){
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user