From 9a8e05cf785305485d36ea5d397e9b0d4bc06026 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Thu, 25 May 2023 19:48:09 +0500 Subject: [PATCH] logs --- beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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