feat: Warmup deaktivieren & als ENV-Variable steuerbar machen
- Default von allwarmupduration in custom_game_settings.txt auf 0 gesetzt - Neue Umgebungsvariable ALLWARMUPDURATION (Default: 0) - Startup-Script wendet ENV auf MatchSettings an (inkl. FORCE_CONFIG_UPDATE) - Dokumentation ergänzt (umgebungsvariablen.md) Closes #2
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<game_mode>1</game_mode>
|
||||
<chat_time>10000</chat_time>
|
||||
<finishtimeout>1</finishtimeout>
|
||||
<allwarmupduration>1</allwarmupduration>
|
||||
<allwarmupduration>0</allwarmupduration>
|
||||
<disablerespawn>0</disablerespawn>
|
||||
<forceshowallopponents>0</forceshowallopponents>
|
||||
<rounds_pointslimit>30</rounds_pointslimit>
|
||||
|
||||
Reference in New Issue
Block a user