This commit is contained in:
recroom2016tutorial
2022-04-03 22:28:45 -04:00
parent 001423935c
commit 02dfb1e409
7 changed files with 138 additions and 182 deletions

View File

@@ -51,7 +51,7 @@ namespace api
return JsonConvert.SerializeObject(new Config2
{
MessageOfTheDay = "Default MOTD",
MessageOfTheDay = new WebClient().DownloadString("https://raw.githubusercontent.com/recroom2016/OpenRec/master/Update/motd.txt"),
CdnBaseUri = "http://localhost:20182/",
LevelProgressionMaps = new List<LevelProgressionEntry>
{