/ fix ir leaderboard requests sometimes running twice

This commit is contained in:
FajsiEx 2021-12-16 16:28:47 +01:00
parent 0ad3016738
commit 3bdeb8711f
1 changed files with 0 additions and 2 deletions

View File

@ -662,8 +662,6 @@ function refreshIrLeaderboard()
return;
end
irRequestTimeout = 2;
IR.Leaderboard(diff.hash, 'best', 4, onIrLeaderboardFetched)
end