Skip to content

Commit

Permalink
should fix #1429
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Dec 7, 2024
1 parent bf901f4 commit 388d53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_Libraries/Core/oUF_Plugins/oUF_Fader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ local function Update(self, event, unit)
end

-- try to get the unit from the parent
if not unit then
if not unit or type(unit) ~= 'string' then
unit = self.unit
end

Expand Down

0 comments on commit 388d53b

Please sign in to comment.