Quantcast

Wups, forgot to remove that old stuff

Adrian L Lange [04-27-13 - 19:23]
Wups, forgot to remove that old stuff
Filename
HabeebIt.lua
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