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)