[sm130score] Use new/old default of DDR Extreme.

This commit is contained in:
Jason Felds
2011-04-10 02:11:14 -04:00
parent 24e4e242e2
commit cec5c8f4a7
@@ -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;