mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
untested but might fix #0 in topleft hud
i can't reproduce the issue on demand unfortunately so this is a gamble
This commit is contained in:
parent
5ddda681b6
commit
9d4077d4ba
@ -2308,7 +2308,7 @@ public void SQL_UpdateLeaderboards_Callback(Database db, DBResultSet results, co
|
||||
|
||||
int GetRankForTime(int style, float time, int track)
|
||||
{
|
||||
if(time < gF_WRTime[style][track] || gI_RecordAmount[style][track] <= 0)
|
||||
if(time <= gF_WRTime[style][track] || gI_RecordAmount[style][track] <= 0)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user