mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fixed null Items with id < 256 not working correctly
This commit is contained in:
@ -390,6 +390,7 @@ class CraftingManager{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if(count($checkInput) === 0){
|
||||
$hasRecipe = $recipe;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user