This commit is contained in:
Jonny_Bro (Nikita) 2023-05-25 19:48:09 +05:00
parent 492f762989
commit 9a8e05cf78

View file

@ -59,7 +59,9 @@ function GetCourse(sharecode)
if not errorcode then if not errorcode then
print("Success! | Response:", code, "Length:", length) print("Success! | Response:", code, "Length:", length)
print("Loading course...") print("Loading course...")
-- PrintTable(headers)
PrintTable(headers)
LoadCourseRaw(util.Compress(body)) LoadCourseRaw(util.Compress(body))
return true return true