Skip to content

Commit

Permalink
fix data stick entry removal from AL
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Dec 10, 2023
1 parent 5d64ceb commit 60b7f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public boolean removeRecipe(@NotNull Recipe recipe) {
ResearchPropertyData data = recipe.getProperty(ResearchProperty.getInstance(), null);
if (data != null) {
for (ResearchPropertyData.ResearchEntry entry : data) {
return removeDataStickEntry(entry.getResearchId(), recipe);
removeDataStickEntry(entry.getResearchId(), recipe);
}
}
return false;
Expand Down

0 comments on commit 60b7f72

Please sign in to comment.