some cleaning 🤷

This commit is contained in:
Jonny_Bro (Nikita) 2023-08-24 19:37:07 +05:00
parent 1a983aba87
commit d5ad410759

View file

@ -36,7 +36,9 @@ function GetCourse(sharecode)
if code == 200 then
print("Success! | Response: " .. code .. " | Length: " .. length)
print("Loading course...")
PrintTable(headers)
local dir = "beatrun/courses/" .. game.GetMap() .. "/"
file.CreateDir(dir)
local coursedata = util.Compress(body)