help/score updates: fix typo

This commit is contained in:
svdijk 2013-05-04 14:47:02 +02:00
parent 01520fddc5
commit d4c5960f8f

View file

@ -1365,7 +1365,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)