From 91f4d15b27cdf399ddedc5f4a2c0a2e6ebc902ec Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Thu, 5 Dec 2013 18:03:18 +0800 Subject: [PATCH] This is the real fix for #3 --- Themes/GrooveNights/Scripts/Other.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/GrooveNights/Scripts/Other.lua b/Themes/GrooveNights/Scripts/Other.lua index 39eae7a..b84ecbe 100644 --- a/Themes/GrooveNights/Scripts/Other.lua +++ b/Themes/GrooveNights/Scripts/Other.lua @@ -520,8 +520,8 @@ function SpeedMods(name) end if name == "Type" then - Trace(modType[pn+1] .. "WUT") - Trace(s .. "OK") + s = modList[i] + s = string.gsub(s, '-Mod','') if s == modType[pn+1] then list[i] = true -- 2.11.0