mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-14 23:45:34 +00:00
Fixed crafting inside a chest
This commit is contained in:
parent
99554caa69
commit
72ec318481
@ -1615,6 +1615,9 @@ class Player{
|
||||
}
|
||||
$this->craftingItems = array();
|
||||
}
|
||||
}else{
|
||||
$this->toCraft = array();
|
||||
$this->craftingItems = array();
|
||||
}
|
||||
if(!isset($this->windows[$data["windowid"]])){
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user