3.3.5 pushes an enpty string for addon metadata not found
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user