diff --git a/qw/source/cl_ents.c b/qw/source/cl_ents.c index 91baa93dd..bf727837e 100644 --- a/qw/source/cl_ents.c +++ b/qw/source/cl_ents.c @@ -758,6 +758,9 @@ CL_LinkPlayers (void) if (state->messagenum != cl.parsecount) continue; // not present this frame + if (!info->name[0]) + continue; + // spawn light flashes, even ones coming from invisible objects if (j == cl.playernum) { VectorCopy (cl.simorg, org);