Fixed crafting inside a chest

This commit is contained in:
Shoghi Cervantes 2013-06-12 22:01:42 +02:00
parent 99554caa69
commit 72ec318481

View File

@ -1615,6 +1615,9 @@ class Player{
}
$this->craftingItems = array();
}
}else{
$this->toCraft = array();
$this->craftingItems = array();
}
if(!isset($this->windows[$data["windowid"]])){
break;