Fixed a remote crashing bug.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2465 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2007-01-11 22:07:18 +00:00
parent f321ee32ee
commit 6920e14fde
1 changed files with 0 additions and 2 deletions

View File

@ -283,9 +283,7 @@ void Net_SendQTVConnectionRequest(sv_t *qtv, char *authmethod, char *challenge)
}
else
{
*at = '\0';
str = "RECEIVE\n"; Net_QueueUpstream(qtv, strlen(str), str);
*at = '@';
}
if (!qtv->parsingqtvheader)