Skip to content

Commit

Permalink
Fixed option 'Hit Indicator'
Browse files Browse the repository at this point in the history
  • Loading branch information
muleyo committed Aug 25, 2024
1 parent e892dff commit 3998cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/UnitFrames/_Text.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Module:OnEnable()
module = SUI.db.profile.modules.unitframes
}

if ((not db) and db.module) then
if ((not db.hitindicator) and db.module) then
PlayerFrameGroupIndicator:SetAlpha(0)
PlayerHitIndicator:SetText(nil)
PlayerHitIndicator.SetText = function() end
Expand Down

0 comments on commit 3998cf4

Please sign in to comment.