diff --git a/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua b/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua index 67abd16..af3409d 100644 --- a/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua +++ b/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua @@ -24,7 +24,6 @@ function UploadCourse() local h_headers = { Authorization = apikey:GetString(), - ["Content-Type"] = "text/plain", ["Content-Length"] = filedata:len(), ["User-Agent"] = "Valve/Steam HTTP Client 1.0 (4000)", ["Accept-Encoding"] = "gzip",