mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
fix Trying to set a forbidden header
error on DB course load
This commit is contained in:
parent
06cd5db28d
commit
bc0000fed9
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue