Fixed null Items with id < 256 not working correctly

This commit is contained in:
Shoghi Cervantes
2014-05-28 17:58:09 +02:00
parent f66560ccd4
commit dafa4f1b1c
3 changed files with 4 additions and 4 deletions

View File

@ -390,6 +390,7 @@ class CraftingManager{
}
}
}
if(count($checkInput) === 0){
$hasRecipe = $recipe;
break;