From 6c9c7417e7d7325dd8153e3ec926d8830671d80d Mon Sep 17 00:00:00 2001
From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Thu, 14 Jun 2007 03:41:40 +0000
Subject: [PATCH] make sure cl_downloadbegin will be sent

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7414 d7cf8633-e32d-0410-b094-e92efae38249
---
 sv_main.c | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.39.5