Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ACastanza committed Feb 10, 2024
1 parent 519e3cf commit 07a9814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PvpAlerts_Init_Addon_Menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ function PVP:InitializeAddonMenu()
choices = {"Link","Character@User", "Character", "@User" },
getFunc = function()
if self.SV.killFeedNameType == "link" then
return "link"
return "Link"
elseif self.SV.killFeedNameType=="both" then
return "Character@User"
elseif self.SV.killFeedNameType=="character" then
Expand Down

0 comments on commit 07a9814

Please sign in to comment.