From 4fec45e0169d21970de1a26810fa4c27fd1fc1f9 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 27 Apr 2013 21:23:31 +0200 Subject: [PATCH] Wups, forgot to remove that old stuff --- HabeebIt.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HabeebIt.lua b/HabeebIt.lua index 9d823c8..12c36fd 100644 --- a/HabeebIt.lua +++ b/HabeebIt.lua @@ -124,8 +124,7 @@ local function PopulateList() end local function InitializeList(specific) - for button in pairs(items) do - items[button] = false + for index, button in pairs(items) do button:Hide() end -- 1.7.9.5