mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-22 09:31:11 +00:00
IOQ3 commit 2384
This commit is contained in:
parent
2882352983
commit
a1fc4d89d4
1 changed files with 3 additions and 0 deletions
|
@ -853,6 +853,9 @@ Downloads are finished
|
||||||
==================
|
==================
|
||||||
*/
|
*/
|
||||||
static void SV_DoneDownload_f( client_t *cl ) {
|
static void SV_DoneDownload_f( client_t *cl ) {
|
||||||
|
if ( cl->state == CS_ACTIVE )
|
||||||
|
return;
|
||||||
|
|
||||||
Com_DPrintf( "clientDownload: %s Done\n", cl->name);
|
Com_DPrintf( "clientDownload: %s Done\n", cl->name);
|
||||||
// resend the game state to update any clients that entered during the download
|
// resend the game state to update any clients that entered during the download
|
||||||
SV_SendClientGameState(cl);
|
SV_SendClientGameState(cl);
|
||||||
|
|
Loading…
Reference in a new issue