There was an error while loading. Please reload this page.
1 parent d437db3 commit d0fa9a9Copy full SHA for d0fa9a9
1 file changed
config.py
@@ -99,6 +99,7 @@
99
"Push Back": "20",
100
"Decode": "21",
101
"Rebuilt": "22",
102
+ "Override": "23",
103
}
104
105
server_games_choices = [
@@ -142,6 +143,7 @@
142
143
"Push Back": "PB",
144
"Decode": "DC",
145
"Rebuilt": "RB",
146
+ "Override": "OR",
147
148
149
default_game_players = {
@@ -169,6 +171,7 @@
169
171
"20": 4,
170
172
"21": 4,
173
"22": 6,
174
+ "23": 4,
175
176
177
server_restart_modes = {
@@ -192,4 +195,5 @@
192
195
"Push Back": "https://v5rc-kb.recf.org/hc/article_attachments/32211108957207",
193
196
"Decode": "https://i.imgur.com/BNlGrth.png",
194
197
"Rebuilt": "https://i.imgur.com/CRJqNjH.png",
198
+ "Override": "https://imgur.com/a/Wsau5Og"
199
0 commit comments