From: havoc Date: Thu, 14 Jun 2007 03:41:40 +0000 (+0000) Subject: make sure cl_downloadbegin will be sent X-Git-Tag: xonotic-v0.1.0preview~3047 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6c9c7417e7d7325dd8153e3ec926d8830671d80d;p=xonotic%2Fdarkplaces.git make sure cl_downloadbegin will be sent git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7414 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_main.c b/sv_main.c index c1a6feb2..6c4516df 100644 --- a/sv_main.c +++ b/sv_main.c @@ -1950,6 +1950,7 @@ static void SV_Download_f(void) host_client->download_expectedposition = 0; host_client->download_started = false; + host_client->sendsignon = true; // make sure this message is sent // the rest of the download process is handled in SV_SendClientDatagram // and other code dealing with svc_downloaddata and clc_ackdownloaddata