From e66aa897dd0fe56eb2d3642f65e3ec1d4bfee361 Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Fri, 7 Oct 2011 01:16:21 +0000 Subject: [PATCH] eh --- Themes/_fallback/Scripts/04 Scoring.lua | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Themes/_fallback/Scripts/04 Scoring.lua b/Themes/_fallback/Scripts/04 Scoring.lua index 314c63ce55..4ee80e9a1d 100644 --- a/Themes/_fallback/Scripts/04 Scoring.lua +++ b/Themes/_fallback/Scripts/04 Scoring.lua @@ -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, - } -); \ No newline at end of file +Scoring = r;