mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 13:25:51 +00:00
new openrec change dropped guys
This commit is contained in:
@@ -3,7 +3,8 @@ using Newtonsoft.Json;
|
||||
using api;
|
||||
using server;
|
||||
using System.IO;
|
||||
namespace gamesesh2018
|
||||
namespace gamesesh
|
||||
|
||||
{
|
||||
// Token: 0x02000020 RID: 32
|
||||
public class GameSessions
|
||||
@@ -12,7 +13,7 @@ namespace gamesesh2018
|
||||
public static string JoinRandom(string jsonData)
|
||||
{
|
||||
long? creatorid = 1243409L;
|
||||
long gamesessionid = 20181L;
|
||||
long gamesessionid = long.Parse(start.Program.version + "1");
|
||||
Console.WriteLine("OpenRec GameSession Room");
|
||||
GameSessions.JoinRandomRequest joinRandomRequest = JsonConvert.DeserializeObject<GameSessions.JoinRandomRequest>(jsonData);
|
||||
if (File.ReadAllText("SaveData\\App\\privaterooms.txt") == "Enabled")
|
||||
|
||||
Reference in New Issue
Block a user