Update ui.lua

forgot to remove
This commit is contained in:
Robert Jelic
2023-05-14 22:10:19 +02:00
parent c549403988
commit 2295581f37

View File

@@ -319,7 +319,6 @@ local function installBasalt()
end
if(version:getValue().text=="Single File")then
installer.downloadPacked(fileName, branch:getValue().text, nil, minified:getValue())
installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "packed", fileName, minified:getValue())
end
if(version:getValue().text=="Release")then