mirror of
https://github.com/yquake2/xatrix.git
synced 2024-11-10 06:42:22 +00:00
help/score updates: fix typo
This commit is contained in:
parent
c2d0cd97e5
commit
fc5760bf99
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue