Update install.lua

- fixed small mistake
This commit is contained in:
Robert Jelic
2023-05-14 19:47:54 +02:00
parent 588fe4f5cf
commit bfe5163956

View File

@@ -420,7 +420,7 @@ end
function installer.executeUI()
local env = _ENV
env.basalt = installer.get("https://basalt.madefor.cc/bTemp.lua") -- bTemp needs to be replaced later
env.basalt = load(installer.get("https://basalt.madefor.cc/bTemp.lua"))() -- bTemp needs to be replaced later
local ui = installer.get("https://basalt.madefor.cc/ui.lua")
if(ui~=nil)then
load(ui, nil, "t", env)()