mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-29 21:33:02 +05:00
Update OnlineCourse.lua
This commit is contained in:
parent
ec8a61a291
commit
14b4d71f45
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function UploadCourse()
|
||||||
|
|
||||||
http.Post(url, {
|
http.Post(url, {
|
||||||
key = apikey:GetString(),
|
key = apikey:GetString(),
|
||||||
map = game.GetMap(),
|
map = string.Replace(game.GetMap(), " ", "-"),
|
||||||
course_data = util.Base64Encode(filedata, true)
|
course_data = util.Base64Encode(filedata, true)
|
||||||
},
|
},
|
||||||
function(body, length, headers, code) -- onSuccess function
|
function(body, length, headers, code) -- onSuccess function
|
||||||
|
|
Loading…
Reference in a new issue