From f91abcb3d517d55d3fb9de511524835e7857ed37 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 5 Nov 2001 02:15:30 +0000 Subject: [PATCH] fix the default for cmd_warncmd for the server --- qw/source/sv_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qw/source/sv_main.c b/qw/source/sv_main.c index d4e533d2f..190f5f70c 100644 --- a/qw/source/sv_main.c +++ b/qw/source/sv_main.c @@ -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