mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fixed that freeform commander don't ignore banned cards from basic commander;
This commit is contained in:
parent
799fe34b02
commit
52df594396
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue