[sm130score] Use new/old default of DDR Extreme.
This commit is contained in:
@@ -156,7 +156,7 @@ setmetatable(SpecialScoring, {
|
|||||||
__metatable = { "Letting you change the metatable sort of defeats the purpose." };
|
__metatable = { "Letting you change the metatable sort of defeats the purpose." };
|
||||||
__index = function(tbl, key)
|
__index = function(tbl, key)
|
||||||
for v in ivalues(DisabledScoringModes) do
|
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;
|
end;
|
||||||
return r[key];
|
return r[key];
|
||||||
end;
|
end;
|
||||||
|
|||||||
Reference in New Issue
Block a user