From fabdc7308772d5386f76803fd6eb04c2d7608120 Mon Sep 17 00:00:00 2001 From: fokkonaut <35420825+fokkonaut@users.noreply.github.com> Date: Sun, 14 Jul 2019 11:31:58 +0200 Subject: [PATCH] Fix 'several players were found' on /rank --- src/game/server/score/file_score.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/server/score/file_score.cpp b/src/game/server/score/file_score.cpp index 5c2c3c7ec..2460915b7 100644 --- a/src/game/server/score/file_score.cpp +++ b/src/game/server/score/file_score.cpp @@ -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)