3.3.5 pushes an enpty string for addon metadata not found
This commit is contained in:
parent
9b7cf19457
commit
46e89a2b82
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue