fix endless loop for counterspell

This commit is contained in:
Maxmtg
2013-06-20 05:52:26 +00:00
parent 68dba80b9c
commit 4fdb9ef7f9

View File

@@ -1306,7 +1306,7 @@ public abstract class SpellAbility implements ISpellAbility, ITargetable {
@Override @Override
public boolean canBeTargetedBy(SpellAbility sa) { public boolean canBeTargetedBy(SpellAbility sa) {
return sa.canBeTargetedBy(this); return sa.canTargetSpellAbility(this);
} }
/** The chosen target. */ /** The chosen target. */