Server: Check for fakeclients before attempting to 'fixangle' them

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5792 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Eukara 2020-12-25 01:29:40 +00:00
parent 8dce502335
commit 29e511817a
1 changed files with 1 additions and 1 deletions

View File

@ -10329,7 +10329,7 @@ qboolean SV_RunFullQCMovement(client_t *client, usercmd_t *ucmd)
PR_ExecuteProgram(svprogfuncs, gfuncs.RunClientCommand);
if (!sv_player->v->fixangle)
if (!sv_player->v->fixangle && client->protocol != SCP_BAD)
{
int i;
vec3_t delta;