From d86ed7a8b194a3ee30a2baea91df781f981d489f Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Fri, 21 Aug 2026 07:29:40 +0300 Subject: [PATCH] Adjust TO max tournament team member limit to 12 --- .../tournament-admin/tournament-admin-registration-schemas.ts | 4 ++-- docs/tournament-creation.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/features/tournament-admin/tournament-admin-registration-schemas.ts b/app/features/tournament-admin/tournament-admin-registration-schemas.ts index b1720aa69..3ed2a8c80 100644 --- a/app/features/tournament-admin/tournament-admin-registration-schemas.ts +++ b/app/features/tournament-admin/tournament-admin-registration-schemas.ts @@ -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({ diff --git a/docs/tournament-creation.md b/docs/tournament-creation.md index 610bfe251..c65ebc476 100644 --- a/docs/tournament-creation.md +++ b/docs/tournament-creation.md @@ -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