Skip to content

Commit

Permalink
fix theme error breaking overlays with leaderboard in singleplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 1, 2018
1 parent 3471e61 commit 8cb3a8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ local function scoreUsingMultiScore(idx)
}
end
local onlineScores = {}
local isMulti = NSMAN:IsETTP() and SCREENMAN:GetTopScreen():GetName() == "ScreenNetStageInformation"
local isMulti = NSMAN:IsETTP() and SCREENMAN:GetTopScreen():GetName() == "ScreenNetStageInformation" or false
if isMulti then
multiScores = NSMAN:GetMPLeaderboard()
for i = 1, 5 do
Expand Down

0 comments on commit 8cb3a8b

Please sign in to comment.