From 9f279a025c17e6069ebb8857a36bea4e97236cd9 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 1 Oct 2005 13:47:47 +0000 Subject: [PATCH] Removed a warning message. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1408 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_parse.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/client/cl_parse.c b/engine/client/cl_parse.c index 99b970783..b2d460d57 100644 --- a/engine/client/cl_parse.c +++ b/engine/client/cl_parse.c @@ -1398,7 +1398,9 @@ void CL_ParseServerData (void) Con_TPrintf (TLC_PC_PS_NL, 2, str); if (CL_RemoveClientCommands("new")) //mvdsv is really appaling some times. - Con_Printf("Multiple 'new' commands?!?!? This server needs reinstalling!\n"); + { + // Con_Printf("Multiple 'new' commands?!?!? This server needs reinstalling!\n"); + } memset(cl.sound_name, 0, sizeof(cl.sound_name)); #ifdef PEXT_PK3DOWNLOADS