mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 21:25:51 +00:00
patch v0.4.1
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -241,7 +241,7 @@ namespace start
|
||||
}
|
||||
}
|
||||
|
||||
public static string version = "0.4.0";
|
||||
public static string version = "0.4.1";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user