forked from MagicBane/Server
NoMod work.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user