mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Make g_doWarmup archived cvar
This commit is contained in:
parent
8a72bbb38f
commit
774ed53948
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ static cvarTable_t gameCvarTable[] = {
|
|||
{ &g_teamForceBalance, "g_teamForceBalance", "0", CVAR_ARCHIVE },
|
||||
|
||||
{ &g_warmup, "g_warmup", "20", CVAR_ARCHIVE, 0, qtrue },
|
||||
{ &g_doWarmup, "g_doWarmup", "0", 0, 0, qtrue },
|
||||
{ &g_doWarmup, "g_doWarmup", "0", CVAR_ARCHIVE, 0, qtrue },
|
||||
{ &g_logfile, "g_log", "games.log", CVAR_ARCHIVE, 0, qfalse },
|
||||
{ &g_logfileSync, "g_logsync", "0", CVAR_ARCHIVE, 0, qfalse },
|
||||
|
||||
|
|
Loading…
Reference in a new issue