Skip to content

Commit

Permalink
set stepsdisplay in profile to nothing on nil entries
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jan 22, 2017
1 parent 36f09e9 commit 253d009
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ local function rankingLabel(i)
local diff = thsteps:GetDifficulty()
self:diffuse(byDifficulty(diff))
self:settext(getShortDifficulty(diff))
else
self:settext( ' - ' )
self:diffuse(getMainColor('positive'))
end
else
self:settext( ' - ' )
self:diffuse(getMainColor('positive'))
end
end,
UpdateRankingMessageCommand=cmd(queuecommand,"Set"),
Expand Down

0 comments on commit 253d009

Please sign in to comment.