Skip to content

Commit

Permalink
because I don't like self declares all that much
Browse files Browse the repository at this point in the history
  • Loading branch information
Azilroka committed Mar 7, 2023
1 parent f2aa01c commit ae87855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_Libraries/Core/oUF/ouf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ function oUF:SpawnNamePlates(namePrefix, nameplateCallback, nameplateCVars)
-- driver to create, update, and remove Blizz nameplates.
-- Disable only not forbidden nameplates.
hooksecurefunc(_G.NamePlateDriverFrame, 'AcquireUnitFrame', function(...)
self:DisableNamePlate(...)
oUF:DisableNamePlate(...)
end)

local eventHandler = CreateFrame('Frame', 'oUF_NamePlateDriver')
Expand Down

0 comments on commit ae87855

Please sign in to comment.