diff --git a/AtlasLoot/Libs/DewdropLib/AceLibrary/AceLibrary.lua b/AtlasLoot/Libs/DewdropLib/AceLibrary/AceLibrary.lua index c71ec22..3d1278a 100644 --- a/AtlasLoot/Libs/DewdropLib/AceLibrary/AceLibrary.lua +++ b/AtlasLoot/Libs/DewdropLib/AceLibrary/AceLibrary.lua @@ -393,7 +393,7 @@ local function TryToLoadStandalone(major) local field = "X-AceLibrary-" .. major for i = 1, GetNumAddOns() do - if GetAddOnMetadata(i, field) ~= "" then + if GetAddOnMetadata(i, field) then name, _, _, enabled, loadable = GetAddOnInfo(i) loadable = (enabled and loadable) or TryToEnable(name)