From a2dcc9b7ebcfe78be068a9cf376e68f273574129 Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Sun, 28 Aug 2011 16:45:47 +0000 Subject: [PATCH] fix problems caused by me forgetting how my own code worked derp --- Themes/_fallback/Scripts/04 Scoring.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/04 Scoring.lua b/Themes/_fallback/Scripts/04 Scoring.lua index 442ffc6496..8c5e02655f 100644 --- a/Themes/_fallback/Scripts/04 Scoring.lua +++ b/Themes/_fallback/Scripts/04 Scoring.lua @@ -318,4 +318,4 @@ end ------------------------------------------------------------------------------- -- Formulas end here. for v in ivalues(DisabledScoringModes) do r[v] = nil end -Scoring = {}; +Scoring = r