mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08: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()) {
|
for (ExpansionSet set : Sets.getInstance().values()) {
|
||||||
setCodes.add(set.getCode());
|
setCodes.add(set.getCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// no banned cards
|
||||||
|
this.banned.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
public FreeformCommander(String name) {
|
public FreeformCommander(String name) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue