fix Trying to set a forbidden header error on DB course load

This commit is contained in:
Jonny_Bro (Nikita) 2024-03-17 14:16:55 +05:00
parent 06cd5db28d
commit bc0000fed9
No known key found for this signature in database
GPG key ID: 3F1ECC04147E9BD8

View file

@ -99,10 +99,7 @@ function GetCourse(sharecode)
print("An error occurred: ", message)
return false
end, {
["User-Agent"] = "Valve/Steam HTTP Client 1.0 (4000)",
["Accept-Encoding"] = "gzip"
})
end)
end
concommand.Add("Beatrun_LoadCode", function(ply, cmd, args, argstr)