geforkt von Mirrors/Paper
We build for Java 1.5, so no @Override for interface implementations
Dieser Commit ist enthalten in:
Ursprung
bf1f5b00d7
Commit
cd3c8fcfc8
@ -458,7 +458,6 @@ public final class CraftServer implements Server {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean addRecipe(Recipe recipe) {
|
public boolean addRecipe(Recipe recipe) {
|
||||||
CraftRecipe toAdd;
|
CraftRecipe toAdd;
|
||||||
if(recipe instanceof CraftRecipe) {
|
if(recipe instanceof CraftRecipe) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren