Constructed tournaments deck fix

This commit is contained in:
jakub.salavec
2025-03-27 20:16:48 +01:00
parent fb926d1224
commit a6a0ffb543

View File

@@ -13,7 +13,7 @@ public class TournamentParams {
public Tournament.TournamentType type = Tournament.TournamentType.CONSTRUCTED;
public Tournament.PairingType playoff = Tournament.PairingType.SWISS;
public boolean manualKickoff;
public boolean requiresDeck;
public boolean requiresDeck = true;
public boolean customCollection;
public int cost;
public String tiebreaker;