Fix Attachments not being removed from protection

This commit is contained in:
TRT
2022-02-03 09:00:09 +01:00
parent d48b12ef55
commit dd4e9fef45

View File

@@ -44,7 +44,7 @@ public class StaticAbilityCantAttach {
}
}
if (checkSBA && stAb.matchesValidParam("Exceptions", card)) {
if (checkSBA && stAb.hasParam("Exceptions") && stAb.matchesValidParam("Exceptions", card)) {
return false;
}