Skip to content

Commit

Permalink
fix achievement link bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerShmoog committed Feb 8, 2023
1 parent c393138 commit 11c3390
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 @@ -64,7 +64,7 @@ function addon.SendPlayerInfo(targetName, dropdownMenu, which, fullName, resultI
for i = 1, #priorities do
if achieveLinkStr == "" then
local _, _, _, completed = GetAchievementInfo(priorities[i])
if completed or 1 then
if completed then
local achieveLink = GetAchievementLink(priorities[i])
if achieveLink then
achieveLinkStr = " " .. achieveLink
Expand Down

0 comments on commit 11c3390

Please sign in to comment.