mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-27 06:13:01 +00:00
* Rename g_logfile back to g_log, but keep the cvar variable as is (see r128)
This commit is contained in:
parent
2bebaff8b4
commit
4eb569b706
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ static cvarTable_t gameCvarTable[] = {
|
|||
|
||||
{ &g_warmup, "g_warmup", "20", CVAR_ARCHIVE, 0, qtrue },
|
||||
{ &g_doWarmup, "g_doWarmup", "0", 0, 0, qtrue },
|
||||
{ &g_logfile, "g_logfile", "games.log", CVAR_ARCHIVE, 0, qfalse },
|
||||
{ &g_logfileSync, "g_logfileSync", "0", CVAR_ARCHIVE, 0, qfalse },
|
||||
{ &g_logfile, "g_log", "games.log", CVAR_ARCHIVE, 0, qfalse },
|
||||
{ &g_logfileSync, "g_logync", "0", CVAR_ARCHIVE, 0, qfalse },
|
||||
|
||||
{ &g_password, "g_password", "", CVAR_USERINFO, 0, qfalse },
|
||||
|
||||
|
|
Loading…
Reference in a new issue