If you use a negative value for the extension length, you'll decrease the amount of time
- available to the {{ game?.isTeamGame ? "teams" : "players" }} shown here. Ensure the session times below
- are what you expect.
+ available to the {{ (game?.maxTeamSize || 1) > 1 ? "teams" : "players" }} shown here. Ensure the session
+ times below are what you expect.
@@ -54,7 +54,7 @@