mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-03-20 17:41:46 +00:00
Fix for scoreboard
This commit is contained in:
parent
a110797862
commit
71d607d39f
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ qboolean CG_DrawScoreboard( void )
|
|||
y += (n2 * lineHeight);
|
||||
maxClients -= n2;
|
||||
|
||||
localClient = qfalse;
|
||||
localClient = qtrue;
|
||||
|
||||
i=0;
|
||||
while (!localClient && i<cg.numScores)
|
||||
|
|
Loading…
Reference in a new issue