REVERT THIS COMMIT LATER Modified MaxTeamSize FOR TESTING PURPOSES

This commit is contained in:
aqw42
2025-06-07 12:59:48 +02:00
parent 2ef84e6407
commit 113783ea9d
3 changed files with 3 additions and 14 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ export function assignTeams(
}
}
const maxTeamSize = Math.ceil(players.length / teams.length);
// ONLY FOR TESTING REMOVE LATER
const maxTeamSize = 10; //Math.ceil(players.length / teams.length);
// Sort clans by size (largest first)
const sortedClans = Array.from(clanGroups.entries()).sort(