Update VoteConfig.cfg.j2

Reduced timer to 40 secs
This commit is contained in:
Kyle Robertson 2024-04-21 17:24:17 -05:00 committed by GitHub
parent 8c240c11ba
commit da4388580a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ LayerOptionsNumber={{ server.vote.LayerOptionsNumber | default(6) }}
// Duration of voting phase for next layer // Duration of voting phase for next layer
LayerVoteDuration={{ server.vote.LayerVoteDuration | default(45) }} LayerVoteDuration={{ server.vote.LayerVoteDuration | default(45) }}
// Duration of voting phase for each faction/team // Duration of voting phase for each faction/team
TeamVote_Duration={{ server.vote.TeamVote_Duration | default(60) }} TeamVote_Duration={{ server.vote.TeamVote_Duration | default(45) }}
// How many options will be presented on team/faction selection screen during voting. Possible values from 2 to 6 // How many options will be presented on team/faction selection screen during voting. Possible values from 2 to 6
TeamVoteOptionsNumber={{ server.vote.TeamVoteOptionsNumber | default(6) }} TeamVoteOptionsNumber={{ server.vote.TeamVoteOptionsNumber | default(6) }}