remove SAY and YELL message warning

This commit is contained in:
Bunny67
2020-07-02 21:36:58 +03:00
parent 3fd54a6fb3
commit 85d9724eab
3 changed files with 2 additions and 35 deletions
-11
View File
@@ -650,17 +650,6 @@ local function addControlsForChange(args, order, data, conditionVariable, condit
return false;
end
args["condition" .. i .. "value" .. j .. "message type warning"] = {
type = "description",
width = WeakAuras.doubleWidth,
name = L["Note: Automated Messages to SAY and YELL are blocked outside of Instances."],
order = order,
hidden = function()
return not (anyMessageType("SAY") or anyMessageType("YELL") or anyMessageType("SMARTRAID"));
end
}
order = order + 1;
args["condition" .. i .. "value" .. j .. "message dest"] = {
type = "input",
width = WeakAuras.normalWidth,