mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53:02 +05:00
some cleaning 🤷
This commit is contained in:
parent
1a983aba87
commit
d5ad410759
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue