mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 06:57:30 +01:00
We build for Java 1.5, so no @Override for interface implementations
This commit is contained in:
parent
bf1f5b00d7
commit
cd3c8fcfc8
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue