Set current recipe to null when a recipe isn't found. Fixes BUKKIT-1456

This commit is contained in:
feildmaster 2012-04-14 09:55:19 -05:00
parent 27a9b4c907
commit 6307efd2d1

View File

@ -254,7 +254,7 @@ public class CraftingManager {
// CraftBukkit end
}
}
inventorycrafting.currentRecipe = null; // CraftBukkit
return null;
}
}