diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/database.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/database.js b/build/database.js index 8e3beb9..7e7331c 100644 --- a/build/database.js +++ b/build/database.js @@ -533,6 +533,7 @@ async function fetchAllLeaderboards(fast) { for (const leaderboard of util_1.shuffle(leaderboards)) await fetchMemberLeaderboardRaw(leaderboard); exports.finishedCachingRawLeaderboards = true; + return; // shuffle so if the application is restarting many times itll still be useful if (_1.debug) console.debug('Caching leaderboards!'); |