AddOnSkins

10M Downloads

Changes to API: IsAddOnLoaded → C_AddOns.IsAddOnLoaded

masomh-personal opened this issue · 2 comments

commented

local IsAddOnLoaded, C_Timer = IsAddOnLoaded, C_Timer

REFERENCE: https://warcraft.wiki.gg/wiki/API_C_AddOns.IsAddOnLoaded

local IsAddOnLoaded, C_Timer = IsAddOnLoaded, C_Timer

to

local IsAddOnLoaded, C_Timer = C_AddOns.IsAddOnLoaded, C_Timer

commented

Made change locally and addon is working now 👍

commented

Made change locally and addon is working now 👍

I wish all bugs were that easy to fix lol.