From 3bdeb8711feff9475e278bf9eb326e2d50b21e3c Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Thu, 16 Dec 2021 16:28:47 +0100 Subject: [PATCH] / fix ir leaderboard requests sometimes running twice --- scripts/songselect/songwheel.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/songselect/songwheel.lua b/scripts/songselect/songwheel.lua index a14bd87..87d4da6 100644 --- a/scripts/songselect/songwheel.lua +++ b/scripts/songselect/songwheel.lua @@ -662,8 +662,6 @@ function refreshIrLeaderboard() return; end - irRequestTimeout = 2; - IR.Leaderboard(diff.hash, 'best', 4, onIrLeaderboardFetched) end