From 6920e14fde6a9b83fdcb769f2eb7eec4deabeb49 Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 11 Jan 2007 22:07:18 +0000 Subject: [PATCH] Fixed a remote crashing bug. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2465 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- fteqtv/source.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fteqtv/source.c b/fteqtv/source.c index 1a93a268b..54072242b 100644 --- a/fteqtv/source.c +++ b/fteqtv/source.c @@ -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)