Removed a warning message.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1408 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4366f644e5
commit
9f279a025c
1 changed files with 3 additions and 1 deletions
|
@ -1398,7 +1398,9 @@ void CL_ParseServerData (void)
|
||||||
Con_TPrintf (TLC_PC_PS_NL, 2, str);
|
Con_TPrintf (TLC_PC_PS_NL, 2, str);
|
||||||
|
|
||||||
if (CL_RemoveClientCommands("new")) //mvdsv is really appaling some times.
|
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));
|
memset(cl.sound_name, 0, sizeof(cl.sound_name));
|
||||||
#ifdef PEXT_PK3DOWNLOADS
|
#ifdef PEXT_PK3DOWNLOADS
|
||||||
|
|
Loading…
Reference in a new issue