From c11452da20b2dbf3e621b3acae9652c2b93b9b41 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 3 Mar 2014 05:50:57 +0400 Subject: [PATCH] woops there --- ElvUI_SLE/dev/commands.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ElvUI_SLE/dev/commands.lua b/ElvUI_SLE/dev/commands.lua index 0e70e2c..3908dfb 100755 --- a/ElvUI_SLE/dev/commands.lua +++ b/ElvUI_SLE/dev/commands.lua @@ -100,9 +100,10 @@ function E:sleCommand(flag, channel, target, output, text, wtarget, presenceID) return end if channel ~= 'BNET' then - if text == (nil or "") then - SLE:Print('|cffFF0000Error|r: You need to actually send something in your message.') - return + if text == (nil or "") then + SLE:Print('|cffFF0000Error|r: You need to actually send something in your message.') + return + end end if channel ~= 'BNET' then Message = target -- 1.7.9.5