From 5211a5a8783d5b449e1b19ba0072b9d134fbd2ad Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Tue, 8 May 2012 19:15:02 +0200 Subject: [PATCH] Fixed syntax error. --- CommandManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.9.5