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