As a gimmick, we might as well imitate qw more closly and not fool qizmo into not letting us connect.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2014 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-02-22 23:53:20 +00:00
parent 329f0ca9bf
commit e6ecd20e8f
1 changed files with 1 additions and 1 deletions

View File

@ -1401,7 +1401,7 @@ void QTV_Run(sv_t *qtv)
if (!qtv->isconnected && (qtv->curtime >= qtv->nextconnectattempt || qtv->curtime < qtv->nextconnectattempt - UDPRECONNECT_TIME*2))
{
Netchan_OutOfBand(qtv->cluster, qtv->sourcesock, qtv->serveraddress, 12, "getchallenge");
Netchan_OutOfBand(qtv->cluster, qtv->sourcesock, qtv->serveraddress, 13, "getchallenge\n");
qtv->nextconnectattempt = qtv->curtime + UDPRECONNECT_TIME;
}
QTV_ParseQWStream(qtv);