Skip to content

Commit

Permalink
Move the iterator remove down
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Aug 29, 2024
1 parent db47040 commit 678775a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ public void rewriteEnchantmentsToClient(final StructuredDataContainer data, fina
}

loreToAdd.add(description);
iterator.remove();
}
iterator.remove();
}

// Remove all first, then add the new ones
Expand Down

0 comments on commit 678775a

Please sign in to comment.