NoMod work.

This commit is contained in:
2025-03-02 12:42:46 -05:00
parent c099444464
commit 81c9a84edf
+1 -1
View File
@@ -86,7 +86,7 @@ public class Behaviours {
// all which match the intended modType
for (AppliedEffect appliedEffect : target._effects.values())
if (appliedEffect.modifiers.keySet().contains(noMod))
if (appliedEffect.modifiers.containsKey(noMod))
removeList.add(appliedEffect.effect);
for (Effect effectEntry : removeList)