Reminder to fix this

This commit is contained in:
Electroblob77
2020-04-09 21:18:56 +01:00
parent 6cabe7ffd4
commit f7b678e291
@@ -340,7 +340,7 @@ public class WizardData implements INBTSerializable<NBTTagCompound> {
activeImbuements.add((Imbuement)enchantment); activeImbuements.add((Imbuement)enchantment);
}else{ }else{
// Otherwise, removes the enchantment from the item // Otherwise, removes the enchantment from the item
iterator.remove(); iterator.remove(); // FIXME: Apparently this can cause a CME
} }
} }
} }