Skip to content

Commit

Permalink
swap these
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed Aug 12, 2024
1 parent 368e50f commit c7aa483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AddOnSkins/Init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ AS.AddOnVersion = {}

for i = 1, GetNumAddOns() do
local Name, _, _, _, Reason = GetAddOnInfo(i)
AS.AddOns[strlower(Name)] = GetAddOnEnableState(AS.MyName, Name) == 2 and (not Reason or Reason ~= 'DEMAND_LOADED')
AS.AddOns[strlower(Name)] = GetAddOnEnableState(Name, AS.MyName) == 2 and (not Reason or Reason ~= 'DEMAND_LOADED')
AS.AddOnVersion[strlower(Name)] = GetAddOnMetadata(Name, 'Version')
end

Expand Down

0 comments on commit c7aa483

Please sign in to comment.