]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
make sure cl_downloadbegin will be sent
[xonotic/darkplaces.git] / 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