File Details
DeathNotificationLib V6
- R
- Feb 25, 2026
- 5.76 MB
- 4
- 2.5.5+1
- Classic + 1
File Name
DeathNotificationLib.zip
Supported Versions
- 2.5.5
- 1.15.8
V6 — 2026-02-25
Bug Fix: Played-Time Suppression Across Multiple Chat Tabs
TIME_PLAYED_MSGis part of theSYSTEMChatTypeGroup and is dispatched to every chat frame that has System messages enabled viaChatFrame_SystemEventHandler, each callingChatFrame_DisplayTimePlayed- The old suppression decremented the counter inside
displayTimePlayedOverrideon each call, so only the first chat frame was suppressed — secondary tabs leaked the played-time message - The override now checks the counter without decrementing; the counter is decremented in
onTimePlayedMsgviaC_Timer.After(0), which fires on the next frame after all per-chatframe dispatches are complete

