]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
make sure cl_downloadbegin will be sent
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 14 Jun 2007 03:41:40 +0000 (03:41 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 14 Jun 2007 03:41:40 +0000 (03:41 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7414 d7cf8633-e32d-0410-b094-e92efae38249

sv_main.c

index c1a6feb2e7d1bded4e6aaa920dd8798d1d09c9e4..6c4516dfedd4c9783c9433203250524db77b1326 100644 (file)
--- 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