also for previous commit

This commit is contained in:
Bunny67
2020-07-02 21:55:33 +03:00
parent 85d9724eab
commit 340556376e
-2
View File
@@ -4374,8 +4374,6 @@ function WeakAuras.HandleChatAction(message_type, message, message_dest, message
else
pcall(function() SendChatMessage(message, "SAY") end)
end
elseif(message_type == "SAY" or message_type == "YELL") then
pcall(function() SendChatMessage(message, message_type, nil, nil) end)
else
pcall(function() SendChatMessage(message, message_type, nil, nil) end);
end