mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Restored inadvertently deleted line in DuelCommander.java
This commit is contained in:
parent
1aadbf5b52
commit
382476206c
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ package mage.deck;
|
|||
public class DuelCommander extends Commander {
|
||||
|
||||
public DuelCommander() {
|
||||
super("Duel Commander");
|
||||
banned.add("Ancestral Recall");
|
||||
banned.add("Back to Basics");
|
||||
banned.add("Black Lotus");
|
||||
|
|
Loading…
Reference in a new issue