13
0
geforkt von Mirrors/Paper

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

Dieser Commit ist enthalten in:
feildmaster 2012-04-14 09:55:19 -05:00
Ursprung 27a9b4c907
Commit 6307efd2d1

Datei anzeigen

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