From d8ccba21b5e03e74417cddad5fb416b49f9322fa Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Thu, 5 Dec 2013 18:01:15 +0800 Subject: [PATCH] Fix for issue #3 --- Themes/GrooveNights/Scripts/Other.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Themes/GrooveNights/Scripts/Other.lua b/Themes/GrooveNights/Scripts/Other.lua index d3bc9db..39eae7a 100644 --- a/Themes/GrooveNights/Scripts/Other.lua +++ b/Themes/GrooveNights/Scripts/Other.lua @@ -519,10 +519,10 @@ function SpeedMods(name) end end - if name == "type" then - s = modList[n] - s = string.gsub(s, '-Mod','') - + if name == "Type" then + Trace(modType[pn+1] .. "WUT") + Trace(s .. "OK") + if s == modType[pn+1] then list[i] = true list[1] = false -- 2.11.0