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:
Ursprung
4667e9493c
Commit
cd593fb1ee
@ -295,6 +295,7 @@ public class CraftingManager {
|
||||
}
|
||||
}
|
||||
|
||||
inventorycrafting.currentRecipe = null; // CraftBukkit - Clear recipe when no recipe is found
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren