Skip to content

Commit

Permalink
Bastion/TwilightAscendants: Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 29, 2024
1 parent 43aa238 commit 4dce530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bastion/TwilightAscendants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ do
if self:Me(args.destGUID) then
staticOverloadOnMe = false
mySaySpamTarget = nil
self:Say(args.spellId, CL.link_removed, nil, "Link removed")
self:Say(args.spellId, CL.link_removed, true, "Link removed")
end
self:CustomIcon(staticOverloadMarker, args.destName)
end
Expand Down Expand Up @@ -232,7 +232,7 @@ do
if self:Me(args.destGUID) then
gravityCoreOnMe = false
mySaySpamTarget = nil
self:Say(args.spellId, CL.link_removed, nil, "Link removed")
self:Say(args.spellId, CL.link_removed, true, "Link removed")
end
self:CustomIcon(gravityCoreMarker, args.destName)
end
Expand Down

0 comments on commit 4dce530

Please sign in to comment.