Skip to content

Commit

Permalink
Fix multi leaderboards
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Nov 30, 2018
1 parent fef34cf commit 0a441a3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -244,7 +244,7 @@ t.JudgmentMessageCommand = function(self, params)
local old = curScore.curWifeScore
curScore.curWifeScore = notShit.floor(params.WifePercent * 100) / 10000
if isMulti then
scoreboard = NSMAN:GetMPLeaderboard()
multiScores = NSMAN:GetMPLeaderboard()
end
if old ~= curScore.curWifeScore then
table.sort(scoreboard, sortFunction)
Expand Down

0 comments on commit 0a441a3

Please sign in to comment.