diff --git a/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua b/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua index a4d0b95..9ff3c62 100644 --- a/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua +++ b/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua @@ -59,7 +59,9 @@ function GetCourse(sharecode) if not errorcode then print("Success! | Response:", code, "Length:", length) print("Loading course...") - -- PrintTable(headers) + + PrintTable(headers) + LoadCourseRaw(util.Compress(body)) return true