mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 08:51:59 +00:00
fix the default for cmd_warncmd for the server
This commit is contained in:
parent
c443e2c024
commit
f91abcb3d5
1 changed files with 2 additions and 0 deletions
|
@ -2361,6 +2361,8 @@ SV_Init (void)
|
|||
Sys_Init_Cvars ();
|
||||
Sys_Init ();
|
||||
|
||||
Cvar_Get ("cmd_warncmd", "1", CVAR_NONE, NULL, NULL);
|
||||
|
||||
svs.info = Info_ParseString ("", MAX_SERVERINFO_STRING);
|
||||
localinfo = Info_ParseString ("", 0); // unlimited
|
||||
|
||||
|
|
Loading…
Reference in a new issue