Skip to content

Commit

Permalink
Fix default num_maps in docs
Browse files Browse the repository at this point in the history
Adjust veto_first explanation
  • Loading branch information
nickdnk committed Apr 8, 2023
1 parent dcd689d commit b13d91c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/match_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ interface Get5Match {
should leave this field blank (or omit it), as match IDs will be assigned automatically. If you do want to assign
match IDs from another source, they **must** be integers (in a string) and must increment between
matches.<br><br>**`Default: ""`**
2. _Optional_<br>The number of maps to play in the series.<br><br>**`Default: 3`**
2. _Optional_<br>The number of maps to play in the series.<br><br>**`Default: 1`**
3. _Optional_<br>The number of players per team. You should **never** set this to a value higher than the number of
players you want to actually play in a game, *excluding* coaches.<br><br>**`Default: 5 (2 in wingman)`**
4. _Optional_<br>The maximum number of [coaches](../coaching) per team.<br><br>**`Default: 2`**
Expand Down
7 changes: 2 additions & 5 deletions documentation/docs/veto.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ to reduce clutter, as a lot of text is already printed during this phase.

## Options {: #options }

`team1` starts by default, but you can change this in the match configuration via
the [`veto_first`](../match_schema#schema) parameter, which also supports `random`.

When a team picks a map, the other team gets to choose the side to start on for that map. If a map is selected
by default by being the last map standing, a knife round is used. This behavior is determined by
the [`side_type`](../match_schema#schema) parameter of your match configuration. Sides may also be predetermined using
Expand Down Expand Up @@ -43,8 +40,8 @@ the map list.

:regional_indicator_x: :white_check_mark: :octicons-dash-16: played by default

Note that these examples assume that [`veto_first`](../match_schema#schema) is set to `team1`. You can invert or
randomize the default flow by setting `veto_first` to `team2` or `random`, respectively.
Note that these examples assume that [`veto_first`](../match_schema#schema) is set to `team1`, which starts by default.
You can invert or randomize the default flow by setting `veto_first` to `team2` or `random`, respectively.

=== "Single Map"

Expand Down

0 comments on commit b13d91c

Please sign in to comment.