mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Better fix for the NPE.
This commit is contained in:
@@ -899,7 +899,7 @@ public class CardList implements Iterable<Card> {
|
||||
return this.filter(new CardListFilter() {
|
||||
@Override
|
||||
public boolean addCard(final Card c) {
|
||||
return (c.isCreature() && CombatUtil.canBlock(attacker, c, null));
|
||||
return (c.isCreature() && CombatUtil.canBlock(attacker, c));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user