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"; } }