Changes to API: IsAddOnLoaded → C_AddOns.IsAddOnLoaded
Closed this issue · 2 comments
masomh-personal commented
AddOnSkins/AddOnSkins/Core/Core.lua
Line 14 in b29ed77
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
Tempost commented
Made change locally and addon is working now 👍
masomh-personal commented
Made change locally and addon is working now 👍
I wish all bugs were that easy to fix lol.