mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-15 16:05:28 +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();
|
$this->craftingItems = array();
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
$this->toCraft = array();
|
||||||
|
$this->craftingItems = array();
|
||||||
}
|
}
|
||||||
if(!isset($this->windows[$data["windowid"]])){
|
if(!isset($this->windows[$data["windowid"]])){
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user