SPIGOT-5149: resetRecipes does nothing

Dieser Commit ist enthalten in:
md_5 2019-07-07 11:40:14 +10:00
Ursprung a2275f19e9
Commit 7ffb2a2733

Datei anzeigen

@ -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