From ada0777275bc752bb0709e88ae6caf3ec18b522b Mon Sep 17 00:00:00 2001 From: recroom2016 Date: Fri, 25 Feb 2022 20:54:56 -0500 Subject: [PATCH] patch v0.4.1 --- GameSessions.cs | 2 +- Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GameSessions.cs b/GameSessions.cs index f6e693e..2538912 100644 --- a/GameSessions.cs +++ b/GameSessions.cs @@ -74,7 +74,7 @@ namespace gamesessions2018 RoomId = createRequest.ActivityLevelId, RecRoomId = null, EventId = null, - CreatorPlayerId = 1243409L, + CreatorPlayerId = (long?)APIServer.CachedPlayerID, Name = "Custom Room", ActivityLevelId = createRequest.ActivityLevelId, Private = false, diff --git a/Program.cs b/Program.cs index a20ad1f..daad21b 100644 --- a/Program.cs +++ b/Program.cs @@ -241,7 +241,7 @@ namespace start } } - public static string version = "0.4.0"; + public static string version = "0.4.1"; } }