Fixed that freeform commander don't ignore banned cards from basic commander;

This commit is contained in:
Oleg Agafonov 2018-12-29 20:40:05 +04:00
parent 799fe34b02
commit 52df594396

View file

@ -26,6 +26,9 @@ public class FreeformCommander extends Constructed {
for (ExpansionSet set : Sets.getInstance().values()) {
setCodes.add(set.getCode());
}
// no banned cards
this.banned.clear();
}
public FreeformCommander(String name) {