Quantcast

Silly syntax errors

F16Gaming [07-07-12 - 12:41]
Silly syntax errors
Filename
GroupTools.lua
diff --git a/GroupTools.lua b/GroupTools.lua
index 4ff4c8a..d8db909 100644
--- a/GroupTools.lua
+++ b/GroupTools.lua
@@ -87,7 +87,6 @@ function GT:IsLFGGroup()
 		if type(k) ~= "number" then -- Safety check, you never know with blizzard
 			k = tonumber(k) or LE_LFG_CATEGORY_LFD
 		end
-		end
 		local status, _ = GetLFGMode(k)
 		if status == "abandonedInDungeon" or status == "lfgparty" then
 			return true