summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/sv_client.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/sv_client.c b/src/server/sv_client.c
index 374dbf49..88231d16 100644
--- a/src/server/sv_client.c
+++ b/src/server/sv_client.c
@@ -630,6 +630,9 @@ Downloads are finished
==================
*/
static void SV_DoneDownload_f( client_t *cl ) {
+ if ( cl->state == CS_ACTIVE )
+ return;
+
Com_DPrintf( "clientDownload: %s Done\n", cl->name);
// resend the game state to update any clients that entered during the download
SV_SendClientGameState(cl);