This commit is contained in:
Flameshadowxeroshin
2011-10-07 01:16:21 +00:00
parent d3ddcca5c8
commit e66aa897dd
+1 -11
View File
@@ -372,14 +372,4 @@ end
-------------------------------------------------------------------------------
-- Formulas end here.
for v in ivalues(DisabledScoringModes) do r[v] = nil end
Scoring = {}
setmetatable(Scoring, {
__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 Extreme'] end
end
return r[key]
end,
}
);
Scoring = r;