SPIGOT-5149: resetRecipes does nothing

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2019-07-07 11:40:14 +10:00
parent a760b9414a
commit 09309c363f

View File

@ -1110,7 +1110,7 @@ public final class CraftServer implements Server {
@Override
public void resetRecipes() {
// throw new UnsupportedOperationException("Not supported yet.");
console.reload(); // Not ideal but hard to reload a subset of a resource pack
}
@Override