Fixing daily and ad-hoc tournaments not properly requiring decks to be provided
This commit is contained in:
@@ -39,6 +39,7 @@ public class ImmediateRecurringQueue extends AbstractTournamentQueue implements
|
||||
this.type = Tournament.TournamentType.CONSTRUCTED;
|
||||
this.playoff = Tournament.PairingType.SINGLE_ELIMINATION;
|
||||
this.manualKickoff = false;
|
||||
this.requiresDeck = true;
|
||||
this.cost = getCost();
|
||||
this.minimumPlayers = _playerCap;
|
||||
}};
|
||||
|
||||
@@ -71,6 +71,7 @@ public class RecurringScheduledQueue extends AbstractTournamentQueue implements
|
||||
this.type = Tournament.TournamentType.CONSTRUCTED;
|
||||
this.playoff = Tournament.PairingType.SINGLE_ELIMINATION;
|
||||
this.manualKickoff = false;
|
||||
this.requiresDeck = true;
|
||||
this.cost = getCost();
|
||||
this.minimumPlayers = _minimumPlayers;
|
||||
}};
|
||||
|
||||
Reference in New Issue
Block a user