Version 0.2

This commit is contained in:
recroom2016
2022-02-19 16:02:47 -05:00
parent bc27480295
commit b01c03d0b9
7 changed files with 62 additions and 36 deletions

View File

@@ -264,9 +264,9 @@ namespace server
s = PlayerEventsResponse;
}
if (Url == "gamesessions/v2/joinrandom")
{
{
s = gamesessions2018.GameSessions.JoinRandom(text);
}
}
Console.WriteLine("API Response: " + s);
byte[] bytes = Encoding.UTF8.GetBytes(s);
response.ContentLength64 = (long)bytes.Length;