diff --git a/src/main/java/electroblob/wizardry/data/WizardData.java b/src/main/java/electroblob/wizardry/data/WizardData.java index 7e70b21d..46e7a7be 100644 --- a/src/main/java/electroblob/wizardry/data/WizardData.java +++ b/src/main/java/electroblob/wizardry/data/WizardData.java @@ -340,7 +340,7 @@ public class WizardData implements INBTSerializable { activeImbuements.add((Imbuement)enchantment); }else{ // Otherwise, removes the enchantment from the item - iterator.remove(); + iterator.remove(); // FIXME: Apparently this can cause a CME } } }