From c6199bebf253576362a8333bcb5a890ac064c51a Mon Sep 17 00:00:00 2001 From: RedAces Date: Mon, 20 Jan 2025 20:37:37 +0100 Subject: [PATCH] outgoing misses should go to "outgoing" not "general". Thx SunJosh! --- xCT+/modules/combattext.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCT+/modules/combattext.lua b/xCT+/modules/combattext.lua index a82c922..f5ff500 100644 --- a/xCT+/modules/combattext.lua +++ b/xCT+/modules/combattext.lua @@ -1281,7 +1281,7 @@ EventHandlers.OutgoingMiss = function(args) return end - local outputFrame = "general" + local outputFrame = "outgoing" local frameSettings = x:GetFrameSettings(outputFrame) if not frameSettings then -- Frame is disabled and the secondary frame is disabled too or not chosen