Incompatible with Details builds 12805+
fubbleskag opened this issue ยท 3 comments
Details_Elitism/Core.lua:778: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
if you edit the line 777 from self:SecureHook(Details, 'StartMeUp', 'LoadHooks') ---@diagnostic disable-line: undefined-field
to self:RegisterEvent('PLAYER_LOGIN', 'LoadHooks') ---@diagnostic disable-line: undefined-field
, does it work properly? I can do a quick fix if it works for you
fixed in 00177da
Should be released shortly as 2.14.1