refactor: increase number of faction options in votes by default

This commit is contained in:
Price Hiller 2024-09-25 14:57:18 -05:00
parent e058e99df1
commit cbe31de076
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -5,7 +5,7 @@ LayerVoteDuration={{ server.vote.LayerVoteDuration | default(35) }}
// Duration of voting phase for each faction/team
TeamVote_Duration={{ server.vote.TeamVote_Duration | default(0) }}
// How many options will be presented on team/faction selection screen during voting. Possible values from 2 to 6
TeamVoteOptionsNumber={{ server.vote.TeamVoteOptionsNumber | default(0) }}
TeamVoteOptionsNumber={{ server.vote.TeamVoteOptionsNumber | default(6) }}
// If the number of players at the end of the match is less than this number then the next voting round uses a special pool that can have seeding or skirmish layers. Defined in LayerVotingLowPlayers.cfg
LowPlayerCountThreshold={{ server.vote.LowPlayerCountThreshold | default(30) }}