From 398f800270901e3e3db31011ef92c9959fdf892e Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sun, 14 May 2023 22:15:46 +0200 Subject: [PATCH] Update ui.lua hopefully last fix --- docs/ui.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ui.lua b/docs/ui.lua index a62e4ee..e21f2f9 100644 --- a/docs/ui.lua +++ b/docs/ui.lua @@ -319,13 +319,13 @@ local function installBasalt() end if(version:getValue().text=="Single File")then - installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "packed", fileName, minified:getValue()) + installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "packed", fileName, branch:getValue(), minified:getValue()) end if(version:getValue().text=="Release")then installer.downloadRelease(fileName, release:getValue().args[1]) end if(version:getValue().text=="Source")then - installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "source", fileName) + installer.downloadCustomBasalt({objects = objectList, plugins = pluginList}, "source", fileName, branch:getValue()) end doneBtn:show()