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)