Skip to content

Commit

Permalink
outgoing misses should go to "outgoing" not "general". Thx SunJosh!
Browse files Browse the repository at this point in the history
  • Loading branch information
RedAces committed Jan 20, 2025
1 parent 540ffb2 commit c6199be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xCT+/modules/combattext.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6199be

Please sign in to comment.