Skip to content

Commit

Permalink
Bastion/TwilightAscendants: Fix arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 19, 2024
1 parent abdd173 commit 00a2593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bastion/TwilightAscendants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ do
if staticOverloadTarget and self:GetOption("custom_on_linked_spam") then
local targetName = gsub(staticOverloadTarget, "%-.+", "")
mySaySpamTarget = {4, targetName}
self:SimpleTimer(1.5, RepeatLinkSay)
self:SimpleTimer(RepeatLinkSay, 1.5)
end
self:Say(args.spellId, CL.count_rticon:format(CL.link, 2, 5), nil, "Link (2{rt5})")
self:PlaySound(args.spellId, "warning", nil, args.destName)
Expand Down

0 comments on commit 00a2593

Please sign in to comment.