mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Fixed crafting inside a chest
This commit is contained in:
@@ -1615,6 +1615,9 @@ class Player{
|
||||
}
|
||||
$this->craftingItems = array();
|
||||
}
|
||||
}else{
|
||||
$this->toCraft = array();
|
||||
$this->craftingItems = array();
|
||||
}
|
||||
if(!isset($this->windows[$data["windowid"]])){
|
||||
break;
|
||||
|
Reference in New Issue
Block a user