Skip to content

Commit

Permalink
Prevent redundant delay marking when looping through items
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakubk15 authored Jan 10, 2025
1 parent c8e823d commit 392e9ea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ void repairAll(@Context Player player) {

exists = true;
this.repairItem(itemStack);

this.delay.markDelay(uuid, this.config.repair.repairDelay());
}

if (!exists) {
Expand Down

0 comments on commit 392e9ea

Please sign in to comment.