mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-22 04:37:42 +01:00
Oh thats why (but hopefully this one will actually build)
This commit is contained in:
parent
0974a6f6d8
commit
3bde9b1b32
@ -312,6 +312,7 @@ public class RecipeManager implements Reloadable {
|
||||
if (b == null) { continue; }
|
||||
customRecipes.get(b).disable();
|
||||
try { Bukkit.removeRecipe(b); }
|
||||
|
||||
catch (Throwable e) { MMOItems.print(null, "Could not register crafting book recipe for $r{0}$b:$f {1}", "MMOItems Custom Crafting", b.getKey(), e.getMessage()); } }
|
||||
customRecipes.clear();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user