mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-19 07:51:03 +00:00
help/score updates: fix typo
This commit is contained in:
parent
01520fddc5
commit
d4c5960f8f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue