diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 46db42c..116526b 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java index 98bdb5e..6c6a57a 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java @@ -3741,7 +3741,7 @@ public class GenericFunctions { PlayerStructure pd = PlayerStructure.GetPlayerStructure(p); double removechance = CustomDamage.CalculateDebuffResistance(p); if (removechance>0) { - if (!pd.lasteffectlist.containsAll(p.getActivePotionEffects())) { + if (pd.lasteffectlist.size()