From be95868988fad0ac30c83cc5b428923b65d44dd7 Mon Sep 17 00:00:00 2001
From: "Jonny_Bro (Nikita)" <niktom.nikto@yandex.ru>
Date: Wed, 9 Aug 2023 17:51:22 +0500
Subject: [PATCH] =?UTF-8?q?new=20gmod=20update=20is=20fire=20=F0=9F=94=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua | 1 -
 1 file changed, 1 deletion(-)

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",