We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8220a47 commit 5214e72Copy full SHA for 5214e72
Themes/Til Death/BGAnimations/ScreenGameplay overlay/leaderboard.lua
@@ -70,7 +70,7 @@ if isMulti then
70
onlineScores[i] = scoreUsingMultiScore(i)
71
end
72
else
73
- onlineScores = DLMAN:GetChartLeaderBoard(GAMESTATE:GetCurrentSteps():GetChartKey())
+ onlineScores = DLMAN:GetChartLeaderBoard(GAMESTATE:GetCurrentSteps():GetChartKey()) or {}
74
75
local sortFunction = function(h1, h2)
76
return h1[CRITERIA](h1) > h2[CRITERIA](h2)
0 commit comments