Fixed syntax error.
F16Gaming [05-08-12 - 17:15]
diff --git a/CommandManager.lua b/CommandManager.lua
index d597786..6c96036 100644
--- a/CommandManager.lua
+++ b/CommandManager.lua
@@ -477,7 +477,7 @@ CM:Register({"acceptlfg", "acceptlfd", "joinlfg", "joinlfd"}, PM.Access.Groups.U
return false, "CM_ERR_DISABLED"
end
local exists = (select(1, GetLFGProposal()))
- if not QM.QueuedByCommand or then
+ if not QM.QueuedByCommand then
return false, "CM_ACCEPTLFG_FAIL"
elseif not exists then
return false, "CM_ACCEPTLFG_NOEXIST"