mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-29 05:13:02 +05:00
Change default courses domain to courses.beatrun.ru
This commit is contained in:
parent
d28b7f67ec
commit
f4fa11b4ef
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
local apikey = CreateClientConVar("Beatrun_Apikey", "0", true, false, "Your API key")
|
local apikey = CreateClientConVar("Beatrun_Apikey", "0", true, false, "Your API key")
|
||||||
local domain = CreateClientConVar("Beatrun_Domain", "localhost", true, false, "Online courses domain")
|
local domain = CreateClientConVar("Beatrun_Domain", "courses.beatrun.ru", true, false, "Online courses domain")
|
||||||
|
|
||||||
function UploadCourse()
|
function UploadCourse()
|
||||||
if Course_Name == "" or Course_ID == "" then return print("Can't upload in Freeplay") end
|
if Course_Name == "" or Course_ID == "" then return print("Can't upload in Freeplay") end
|
||||||
|
@ -75,4 +75,4 @@ end
|
||||||
|
|
||||||
concommand.Add("Beatrun_LoadCode", function(ply, cmd, args, argstr)
|
concommand.Add("Beatrun_LoadCode", function(ply, cmd, args, argstr)
|
||||||
GetCourse(args[1])
|
GetCourse(args[1])
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue