forgot return for Q2 clients

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2630 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2007-09-01 04:37:31 +00:00
parent 18518ea849
commit d5d08045ed
1 changed files with 1 additions and 0 deletions

View File

@ -1910,6 +1910,7 @@ void SV_BeginDownload_f(void)
ClientReliableWrite_Begin (host_client, svcq2_download, 4);
ClientReliableWrite_Short (host_client, -1);
ClientReliableWrite_Byte (host_client, 0);
return;
}
mvdname = SV_MVDNum(atoi(name+8));