Skip to content

Commit

Permalink
CopyChat: Fix error when copying
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanaar committed Jun 8, 2020
1 parent 041816a commit 30c7281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/CopyChat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ end

for _, v in ipairs(frame.visibleLines) do
local msg = v.messageInfo
msg = msg and msg.message

if msg then
lines[#lines+1] = stripChatText(msg)
Expand Down

0 comments on commit 30c7281

Please sign in to comment.