that issue triggered in mvds too.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4271 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-03-28 16:46:57 +00:00
parent 8af8c48473
commit 58e4ec96a5
1 changed files with 1 additions and 1 deletions

View File

@ -2036,7 +2036,7 @@ void SV_WritePlayersToClient (client_t *client, client_frame_t *frame, edict_t *
#define DF_DEAD (1<<8)
#define DF_GIB (1<<9)
if (client->state < cs_spawned)
if (client->state < cs_spawned && pvs)
{
Con_Printf("SV_WritePlayersToClient: not spawned yet\n", client->namebuf);
return;