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

ploppy

parent c1535736
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ function _M:dumpToJSON(js, bypass, nosub)
local addons = {}
for name, add in pairs(game.__mod_info.addons) do
addons[#addons+1] = ("%s %d.%d.%d"):format(add.long_name, add.version[1], add.version[2], add.version[3])
addons[add.short_name] = ("%s %d.%d.%d"):format(add.long_name, add.version[1], add.version[2], add.version[3])
end
js:newSection("character", {
......@@ -421,7 +421,7 @@ function _M:dumpToJSON(js, bypass, nosub)
addons[#addons+1] = add.short_name
end
if #addons > 0 then
tags.addons = addons
tags.addon = 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