mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fixed FFA scoreboard
This commit is contained in:
parent
0c8af97818
commit
55c0366382
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ void CG_ParseScores()
|
|||
}
|
||||
else
|
||||
{
|
||||
iClientNum = atoi(cgi.Argv(iDatumCount * i));
|
||||
iClientNum = atoi(cgi.Argv(iCurrentEntry + iDatumCount * i));
|
||||
if (iClientNum >= 0)
|
||||
{
|
||||
strcpy(szString2, va("%i", iClientNum));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue