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 3cb6e17 commit 55ed90bCopy full SHA for 55ed90b
Themes/Til Death/BGAnimations/ScreenEvaluation decorations/scoreboard.lua
@@ -44,6 +44,9 @@ if GAMESTATE:IsPlayerEnabled(player) then
44
origTable = getScoresByKey(player)
45
score = STATSMAN:GetCurStageStats():GetPlayerStageStats(player):GetHighScore()
46
rtTable = getRateTable(origTable)
47
+ if rtTable == nil then
48
+ return
49
+ end
50
hsTable = rtTable[getRate(score)] or {score}
51
scoreIndex = getHighScoreIndex(hsTable, score)
52
end
0 commit comments