mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-04 14:04:49 +01:00
SPIGOT-5149: resetRecipes does nothing
This commit is contained in:
parent
a2275f19e9
commit
7ffb2a2733
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ public final class CraftServer implements Server {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void resetRecipes() {
|
public void resetRecipes() {
|
||||||
// throw new UnsupportedOperationException("Not supported yet.");
|
console.reload(); // Not ideal but hard to reload a subset of a resource pack
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue