Skip to content

Commit

Permalink
Update PvpAlerts.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ACastanza committed Aug 27, 2023
1 parent 4b0c877 commit c93ccb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PvpAlerts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ function PVP:OnKillfeed(_, killLocation, killerPlayerDisplayName, killerPlayerCh

local importantToken, isKOS = GetImportantIcon(targetValidName)
local victimNameToken = targetPlayer
victimPlayerDisplayName = self:Colorize(victimPlayerDisplayName, messageColor)
victimPlayerDisplayName = self:Colorize(victimPlayerDisplayName, 'CCCCCC')

local prepToken = self:Colorize("with", messageColor)
local suffixToken = self:Colorize("!", messageColor)
Expand Down

0 comments on commit c93ccb5

Please sign in to comment.