-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Currently the updated are throttled using the hardcoded value here:
function ReturnBuffTracker:OnUpdate()
local currentTime = GetTime()
if currentTime < ReturnBuffTracker.nextTime then return end
ReturnBuffTracker.nextTime = currentTime + 0.1This could be moved in to options
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels