Skip to content

Commit

Permalink
Autosettings: Add "set_map_shuffle_enabled" to default config (#305)
Browse files Browse the repository at this point in the history
* Autosettings: Add "set_map_shuffle_enable" to default conf
* Add "set_map_shuffle_enabled" to user_config.py
  • Loading branch information
LordofAgents authored Sep 18, 2023
1 parent 27ecab4 commit 8bccee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/auto_settings.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"do_remove_maps_from_rotation": { "maps": ["stmariedumont_warfare", "kursk_offensive_rus"] },
"do_randomize_map_rotation": { "maps": ["An optional list of maps", "that will replace the current rotation"] },
"set_maprotation": { "rotation": ["Overwrites the current rotation", "Yes the spelling is intentional"] },
"set_map_shuffle_enabled": {"enabled": false},
"do_punish": { "player": "12345678901234567", "reason": "Get rekt" },
"do_kick": { "player": "12345678901234567", "reason": "Get rekt" },
"do_temp_ban": {
Expand Down
1 change: 1 addition & 0 deletions rcon/user_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ def set_settings(self, dict_):
"Yes the spelling is intentional",
]
},
"set_map_shuffle_enabled": {"enabled": False},
"do_punish": {"player": "12345678901234567", "reason": "Get rekt"},
"do_kick": {"player": "12345678901234567", "reason": "Get rekt"},
"do_temp_ban": {
Expand Down

0 comments on commit 8bccee2

Please sign in to comment.