mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-23 03:26:16 -05:00
Adjust TO max tournament team member limit to 12
This commit is contained in:
@@ -20,9 +20,9 @@ import { USER } from "../user-page/user-page-constants";
|
||||
/**
|
||||
* Roster size cap for organizer-managed registrations. The per-tournament
|
||||
* `maxMembersPerTeam` limit intentionally doesn't apply to organizers, so this
|
||||
* is just a generous safety ceiling rather than a competitive constraint.
|
||||
* is a safety ceiling rather than a competitive constraint.
|
||||
*/
|
||||
export const ADMIN_REGISTRATION_MAX_MEMBERS = 20;
|
||||
export const ADMIN_REGISTRATION_MAX_MEMBERS = 12;
|
||||
|
||||
const memberFieldset = fieldset({
|
||||
fields: z.object({
|
||||
|
||||
@@ -67,7 +67,7 @@ Choose whether you want to host a regular 4v4 tournmament or 3v3/2v2/1v1 tournam
|
||||
|
||||
### Max team size
|
||||
|
||||
Only shown for 4v4 tournaments. The maximum number of players a team can have on their roster, between 4 and 10 (default 6). The limit does not apply to tournament organizers adding players to a team. For 3v3/2v2/1v1 the roster size is always exactly the team size.
|
||||
Only shown for 4v4 tournaments. The maximum number of players a team can have on their roster, between 4 and 10 (default 6). The limit does not apply to tournament organizers adding players to a team, they can add up to 12. For 3v3/2v2/1v1 the roster size is always exactly the team size.
|
||||
|
||||
### Registration closes at
|
||||
|
||||
|
||||
Reference in New Issue
Block a user