Skip to content
Snippets Groups Projects
Commit c1535736 authored by DarkGod's avatar DarkGod
Browse files

Addons in chardump will be stoerd differently to make the Vault able to search them correctly

parent ac2d9402
No related branches found
No related tags found
No related merge requests found
......@@ -421,7 +421,7 @@ function _M:dumpToJSON(js, bypass, nosub)
addons[#addons+1] = add.short_name
end
if #addons > 0 then
tags.addons = table.concat(addons, ',')
tags.addons = addons
end
if self.has_custom_tile then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment