[dev] frameForDelayedInspection:HookNotifyInspect has an incorrect check
Dairyman opened this issue ยท 1 comments
TipTac/TipTac/libs/LibFroznFunctions-1.0/LibFroznFunctions-1.0.lua
Lines 2604 to 2606 in 5e91acb
should that not be
if (frameForDelayedInspection.NotifyInspectHooked) then
return;
end
frameForDelayedInspection.NotifyInspectHooked
initial value is false
.
Thanks for this hint! ๐
I'm currently refactoring some parts before I add the next feature requests. I already pushed them to the repository but I haven't tested them yet.
But this hooking thing isn't obvious to recognize during testing and might have slipped through if you haven't mentioned this. ๐