From 253d009608db207c708e34351272dc98686d0ef1 Mon Sep 17 00:00:00 2001 From: MinaciousGrace Date: Sun, 22 Jan 2017 12:54:43 -0500 Subject: [PATCH] set stepsdisplay in profile to nothing on nil entries --- .../BGAnimations/ScreenSelectMusic decorations/profile.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua index 3c6e47d995..ed1aed6058 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua @@ -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"),