mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-01-31 12:07:27 +05:00
revert, no need to change that
This commit is contained in:
parent
a0abe14ed6
commit
a55e2add46
1 changed files with 5 additions and 6 deletions
|
@ -76,12 +76,11 @@ function GetCourse(sharecode)
|
|||
print("An error occurred: ", message)
|
||||
|
||||
return false
|
||||
end)
|
||||
-- end,
|
||||
-- {
|
||||
-- ["User-Agent"] = "Valve/Steam HTTP Client 1.0 (4000)",
|
||||
-- ["Accept-Encoding"] = "gzip"
|
||||
-- })
|
||||
end,
|
||||
{
|
||||
["User-Agent"] = "Valve/Steam HTTP Client 1.0 (4000)",
|
||||
["Accept-Encoding"] = "gzip"
|
||||
})
|
||||
end
|
||||
|
||||
concommand.Add("Beatrun_LoadCode", function(ply, cmd, args, argstr)
|
||||
|
|
Loading…
Reference in a new issue