mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix 'several players were found' on /rank
This commit is contained in:
parent
d35550ce19
commit
fabdc73087
|
@ -266,7 +266,7 @@ void CFileScore::ShowTop5(IConsole::IResult *pResult, int ClientID,
|
|||
void CFileScore::ShowRank(int ClientID, const char* pName, bool Search)
|
||||
{
|
||||
CPlayerScore *pScore;
|
||||
int Pos = -1;
|
||||
int Pos = -2;
|
||||
char aBuf[512];
|
||||
|
||||
if (!Search)
|
||||
|
|
Loading…
Reference in a new issue