Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectET committed Jul 30, 2024
1 parent 35ffd03 commit 3568c4b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ public void onChangeInventory(InternalInventory inv, int slot) {
}
else if(!hasIngredients(inv)) {
toRemove.add(inv);
progress.put(inv, 0);
}

if (!this.isWorking()) {
Expand Down

0 comments on commit 3568c4b

Please sign in to comment.