Skip to content

Commit

Permalink
return true on success
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Dec 10, 2023
1 parent 60b7f72 commit 1991c1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public boolean removeRecipe(@NotNull Recipe recipe) {
for (ResearchPropertyData.ResearchEntry entry : data) {
removeDataStickEntry(entry.getResearchId(), recipe);
}
return true;
}
return false;
}
Expand Down

0 comments on commit 1991c1c

Please sign in to comment.