mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 10:23:08 +00:00
REVERT THIS COMMIT LATER Modified MaxTeamSize FOR TESTING PURPOSES
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user