Bugfix - WC queues never became WC tournaments after the introduction of queue configurator
This commit is contained in:
@@ -189,6 +189,7 @@ public abstract class AbstractTournamentQueue implements TournamentQueue {
|
||||
tbr.minimumPlayers = _tournamentInfo._params.minimumPlayers;
|
||||
tbr.maximumPlayers = _tournamentInfo._params.maximumPlayers;
|
||||
tbr.requiresDeck = _tournamentInfo._params.requiresDeck;
|
||||
tbr.wc = _tournamentInfo._params.wc;
|
||||
|
||||
return tbr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user