help/score updates: fix typo

This commit is contained in:
svdijk 2013-05-04 14:51:09 +02:00
parent c2d0cd97e5
commit fc5760bf99

View file

@ -1370,7 +1370,7 @@ ClientEndServerFrame(edict_t *ent)
VectorClear(ent->client->kick_origin);
VectorClear(ent->client->kick_angles);
if (level.framenum & 31)
if (!(level.framenum & 31))
{
/* if the scoreboard is up, update it */
if (ent->client->showscores)