From: Cameron Ball Date: Thu, 5 Dec 2013 10:01:15 +0000 (+0800) Subject: Fix for issue #3 X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=d8ccba21b5e03e74417cddad5fb416b49f9322fa;p=GrooveNights.git Fix for issue #3 --- 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