From cec5c8f4a75716b78e2757fe81193b41debd3ba1 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 10 Apr 2011 02:11:14 -0400 Subject: [PATCH] [sm130score] Use new/old default of DDR Extreme. --- Themes/_fallback/Scripts/04 SpecialScoring.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/04 SpecialScoring.lua b/Themes/_fallback/Scripts/04 SpecialScoring.lua index 65748dac25..e552a43ea3 100644 --- a/Themes/_fallback/Scripts/04 SpecialScoring.lua +++ b/Themes/_fallback/Scripts/04 SpecialScoring.lua @@ -156,7 +156,7 @@ setmetatable(SpecialScoring, { __metatable = { "Letting you change the metatable sort of defeats the purpose." }; __index = function(tbl, key) for v in ivalues(DisabledScoringModes) do - if key == v then return r['DDR 1stMIX']; end; + if key == v then return r['DDR Extreme']; end; end; return r[key]; end;