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:
parent
8af8c48473
commit
58e4ec96a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue