Quantcast

-oops slight typo, forgot to remove a line from the code.

Xruptor [11-03-10 - 20:57]
-oops slight typo, forgot to remove a line from the code.
Filename
LibXMenu-1.0.lua
diff --git a/LibXMenu-1.0.lua b/LibXMenu-1.0.lua
index 249fc63..0077fd3 100644
--- a/LibXMenu-1.0.lua
+++ b/LibXMenu-1.0.lua
@@ -134,7 +134,6 @@ local function AddList(self, lvl, text, value, notCheckable)
 	else
 		self.info.notCheckable = true
 	end
-	self.info.notCheckable = notCheckable or true
 	AddButton(self, lvl, text, 1)
 end