Skip to content

Commit

Permalink
Fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
plusmouse committed Oct 6, 2023
1 parent 342678c commit 2dcb80d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/addon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ function addon:ChatFrame_MessageEventHandler(this, event, ...)
elseif m.OUTPUT:len() > 0 then

-- Hack to get the censored message display working with Prat
print(arg11)
local isChatLineCensored = C_ChatInfo.IsChatLineCensored(arg11);
local msg = isChatLineCensored and arg1 or m.OUTPUT

Expand Down

0 comments on commit 2dcb80d

Please sign in to comment.