This commit is contained in:
2024-08-24 12:59:41 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ function mod.GetBasalt()
utils.MonPrint("Basalt found!")
else
utils.MonPrint("Downloading basalt...")
local basalt_code = http.get(config.release_url).readAll()
local basalt_code = http.get(config.basalt_url).readAll()
utils.MonPrint("Installing basalt...")
local file = fs.open("basalt.lua", "w")