patch v0.4.1

This commit is contained in:
recroom2016
2022-02-25 20:54:56 -05:00
parent 21706a82fb
commit ada0777275
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ namespace gamesessions2018
RoomId = createRequest.ActivityLevelId, RoomId = createRequest.ActivityLevelId,
RecRoomId = null, RecRoomId = null,
EventId = null, EventId = null,
CreatorPlayerId = 1243409L, CreatorPlayerId = (long?)APIServer.CachedPlayerID,
Name = "Custom Room", Name = "Custom Room",
ActivityLevelId = createRequest.ActivityLevelId, ActivityLevelId = createRequest.ActivityLevelId,
Private = false, Private = false,

View File

@@ -241,7 +241,7 @@ namespace start
} }
} }
public static string version = "0.4.0"; public static string version = "0.4.1";
} }
} }