mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-01-10 20:08:26 +01:00
Move the iterator remove down
This commit is contained in:
parent
db47040543
commit
678775ab9d
@ -114,8 +114,8 @@ public class StructuredEnchantmentRewriter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
loreToAdd.add(description);
|
loreToAdd.add(description);
|
||||||
iterator.remove();
|
|
||||||
}
|
}
|
||||||
|
iterator.remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove all first, then add the new ones
|
// Remove all first, then add the new ones
|
||||||
|
Loading…
Reference in New Issue
Block a user