3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 12:30:06 +01:00

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

This commit restores the diff from 84dbc21aa71b96fd1d2ea40d624b536309118cde
that has since been lost.
Dieser Commit ist enthalten in:
T00thpick1 2013-08-12 10:47:42 -04:00 committet von Travis Ralston
Ursprung 4667e9493c
Commit cd593fb1ee

Datei anzeigen

@ -295,6 +295,7 @@ public class CraftingManager {
}
}
inventorycrafting.currentRecipe = null; // CraftBukkit - Clear recipe when no recipe is found
return null;
}
}