mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +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)
|
-- hook all functions (which are not yet hooked)
|
||||||
for _, name in pairs(hooks) do
|
for _, name in pairs(hooks) do
|
||||||
|
local name = name
|
||||||
if not lib['hooked'][name] then
|
if not lib['hooked'][name] then
|
||||||
lib['hooked'][name] = _G[name]
|
lib['hooked'][name] = _G[name]
|
||||||
_G[name] = function()
|
_G[name] = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user