Adds config option to prevent repeating maps (#18950)

* the map vote sound now haunts my dreams

* aa

* Update config/example/config.toml
This commit is contained in:
S34N
2022-09-06 10:31:03 +01:00
committed by GitHub
parent b1be1b5a36
commit 633393f575
3 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -814,7 +814,8 @@ prevent_dead_voting = false
disable_default_vote = true
# Enable voting for a map on end round
enable_map_voting = false
# Set to true to prevent the same map from being voted on twice in a row
non_repeating_maps = true
################################################################