From 99b361797fd5f41452001896b23ffcdd8e9719b7 Mon Sep 17 00:00:00 2001 From: MinaciousGrace Date: Sun, 7 May 2017 09:54:57 -0400 Subject: [PATCH] undo accidental display of overall rating in profile --- .../BGAnimations/ScreenSelectMusic decorations/profile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua index 493bff7a85..d28c914ac9 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua @@ -299,7 +299,7 @@ local function littlebits(i) return t end -for i=1,#ms.SkillSets do +for i=2,#ms.SkillSets do r[#r+1] = littlebits(i) end