Don't not an equals outside the equals.

This commit is contained in:
Samuel Sandeen 2016-09-13 21:15:29 -04:00
parent e64e068b88
commit c6e2dc100c

View file

@ -90,7 +90,7 @@ class MindlessNullEffect extends RestrictionEffect {
@Override @Override
public boolean canBlock(Permanent attacker, Permanent blocker, Ability source, Game game) { public boolean canBlock(Permanent attacker, Permanent blocker, Ability source, Game game) {
return !(game.getBattlefield().countAll(filter, source.getControllerId(), game) == 0); return game.getBattlefield().countAll(filter, source.getControllerId(), game) != 0;
} }
@Override @Override