mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-13 06:36:49 -05:00
Allow 8 members in league
This commit is contained in:
@@ -858,6 +858,8 @@ export class Tournament {
|
||||
// special format
|
||||
if (this.minMembersPerTeam !== 4) return this.minMembersPerTeam;
|
||||
|
||||
if (this.isLeagueSignup || this.isLeagueDivision) return 8;
|
||||
|
||||
const maxMembersBeforeStart = this.isInvitational ? 5 : 6;
|
||||
|
||||
if (this.hasStarted) {
|
||||
|
||||
Reference in New Issue
Block a user