3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-09-27 22:30:08 +02:00

Move the iterator remove down

Dieser Commit ist enthalten in:
Nassim Jahnke 2024-08-29 19:45:43 +02:00
Ursprung db47040543
Commit 678775ab9d
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: EF6771C01F6EF02F

Datei anzeigen

@ -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