From 181ac99391b36b8098ec0770955ad6db64223274 Mon Sep 17 00:00:00 2001 From: Ackis Date: Tue, 21 Oct 2008 16:49:12 +0000 Subject: [PATCH] Some more cleanup. --- AckisRecipeList.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 2d0df89..7ab354b 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -215,7 +215,7 @@ function addon:OnInitialize() } } } - } ) + }) end @@ -1564,7 +1564,7 @@ function addon:GetExclusions(RecipeDB) for i in pairs(exclusionlist) do -- We may have a recipe in the exclusion list that has not been scanned yet -- check if the entry exists in RecipeDB first - if ( RecipeDB[i] ) then + if (RecipeDB[i]) then RecipeDB[i]["Display"] = false end end -- 1.7.9.5