2024-03-03 02:17:02 +00:00
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
-- # MODULES > HIDE TEXT
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
PlayerFrame:HookScript("OnEvent", function()
|
2024-03-03 02:20:36 +00:00
|
|
|
-- hide player damage and healing received text
|
2024-03-03 02:17:02 +00:00
|
|
|
PlayerFrame.PlayerFrameContent.PlayerFrameContentMain.HitIndicator.HitText:Hide()
|
|
|
|
end)
|