mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 13:25:51 +00:00
patch v0.4.1
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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