fixed MindlessNull canBlock method signature

This commit is contained in:
BetaSteward 2011-08-26 23:29:46 -04:00
parent 8b62a1d06f
commit 6fdcbe65e7

View file

@ -89,7 +89,7 @@ class MindlessNullEffect extends RestrictionEffect<MindlessNullEffect> {
}
@Override
public boolean canBlock(Permanent attacker, Permanent blocker, Game game) {
public boolean canBlock(Permanent attacker, Permanent blocker, Ability source, Game game) {
return false;
}