mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Fixed an issue with WR menu record count.
The menu would show the amount of records for the current map rather than grab it from the map itself.
This commit is contained in:
parent
27e0dad8ad
commit
a61cfadfd2
@ -1449,7 +1449,7 @@ public void SQL_WR_Callback(Database db, DBResultSet results, const char[] error
|
||||
|
||||
else
|
||||
{
|
||||
FormatEx(sRanks, 32, "(#%d/%d)", iMyRank, gI_RecordAmount[gBS_LastWR[client]]);
|
||||
FormatEx(sRanks, 32, "(#%d/%d)", iMyRank, iRecords);
|
||||
}
|
||||
|
||||
char[] sTrack = new char[32];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user