Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerShmoog committed Sep 21, 2022
2 parents 1f89a59 + 6debe1b commit 053f160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RightClick.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function addon.SendPlayerInfo(targetName, dropdownMenu, which, fullName)

local lfgStr = "LFG"
--Include instance name if whispering from a listing
if fullName then
if fullName and fullName ~= "Miscellaneous" then
lfgStr = "for " .. fullName
end

Expand Down

0 comments on commit 053f160

Please sign in to comment.