mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
revert LibWho last changes
This commit is contained in:
@@ -784,6 +784,7 @@ local hooks = {
|
||||
|
||||
-- hook all functions (which are not yet hooked)
|
||||
for _, name in pairs(hooks) do
|
||||
local name = name
|
||||
if not lib['hooked'][name] then
|
||||
lib['hooked'][name] = _G[name]
|
||||
_G[name] = function()
|
||||
|
||||
Reference in New Issue
Block a user