Skip to content

Commit

Permalink
Slightly increase the duration for duplicate event catching
Browse files Browse the repository at this point in the history
  • Loading branch information
ACastanza committed Sep 22, 2023
1 parent ecc7f74 commit 0409e4e
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 @@ -7,7 +7,7 @@ PVP.textVersion = "3.9"
PVP.name = "PvpAlerts"
PVP.killingBlows = {}

local killFeedDuplicateTracker = ZO_RecurrenceTracker:New(1500, 0)
local killFeedDuplicateTracker = ZO_RecurrenceTracker:New(2000, 0)
local LCM = LibChatMessage
local chat = LCM.Create('PvpAlerts', 'PVP')
PVP.CHAT = chat
Expand Down

0 comments on commit 0409e4e

Please sign in to comment.