mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
cleanup
This commit is contained in:
@@ -7,7 +7,7 @@ local argcheck = Private.argcheck
|
||||
local queue = {}
|
||||
local factory = CreateFrame('Frame')
|
||||
factory:SetScript('OnEvent', function()
|
||||
return this[event](this, event, arg and unpack(arg))
|
||||
return this[event](this)
|
||||
end)
|
||||
|
||||
factory:RegisterEvent('PLAYER_LOGIN')
|
||||
|
||||
Reference in New Issue
Block a user