From 5e40f0ce415db7c2f67c6832a15fae27926b83e6 Mon Sep 17 00:00:00 2001 From: KlazHTT Date: Sat, 2 Mar 2024 21:20:36 -0500 Subject: [PATCH] Fix comment for hit indicator text --- Modules/Hide.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Hide.lua b/Modules/Hide.lua index dda276a..86f0903 100644 --- a/Modules/Hide.lua +++ b/Modules/Hide.lua @@ -3,6 +3,6 @@ -------------------------------------------------------------------------------- PlayerFrame:HookScript("OnEvent", function() - -- hide player leader icon + -- hide player damage and healing received text PlayerFrame.PlayerFrameContent.PlayerFrameContentMain.HitIndicator.HitText:Hide() end)