forked from External/mage
Fixed that in tournament a automatically generated deck will be submitted if player doesn't submit a deck in time (fixes #421).
This commit is contained in:
parent
21b582fbd3
commit
915651335a
12 changed files with 261 additions and 87 deletions
|
|
@ -50,9 +50,9 @@ import mage.constants.Rarity;
|
|||
public class AddLandDialog extends MageDialog {
|
||||
|
||||
private Deck deck;
|
||||
private Set<String> setCodesland = new HashSet<String>();
|
||||
private final Set<String> setCodesland = new HashSet<>();
|
||||
|
||||
private static int DEFAULT_SEALED_DECK_CARD_NUMBER = 40;
|
||||
private static final int DEFAULT_SEALED_DECK_CARD_NUMBER = 40;
|
||||
|
||||
/** Creates new form AddLandDialog */
|
||||
public AddLandDialog() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue