diff --git a/Mage.Server.Plugins/Mage.Tournament.BoosterDraft/src/mage/tournament/RichManDraftEliminationTournamentType.java b/Mage.Server.Plugins/Mage.Tournament.BoosterDraft/src/mage/tournament/RichManDraftEliminationTournamentType.java index 91034b970c..8a2480a388 100644 --- a/Mage.Server.Plugins/Mage.Tournament.BoosterDraft/src/mage/tournament/RichManDraftEliminationTournamentType.java +++ b/Mage.Server.Plugins/Mage.Tournament.BoosterDraft/src/mage/tournament/RichManDraftEliminationTournamentType.java @@ -38,7 +38,7 @@ public class RichManDraftEliminationTournamentType extends TournamentType { public RichManDraftEliminationTournamentType() { this.name = "Booster Draft Elimination (Rich Man)"; this.maxPlayers = 16; - this.minPlayers = 4; + this.minPlayers = 2; this.numBoosters = 1; this.draft = true; this.limited = true;