1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00
This commit is contained in:
smoogipoo 2018-12-28 01:48:13 +09:00
parent a7db0bbb91
commit 72482aff8d

View File

@ -46,7 +46,6 @@ namespace osu.Game.Screens.Multi
public void CreateRoom(Room room, Action<Room> onSuccess = null, Action<string> onError = null)
{
room.Host.Value = api.LocalUser;
room.RoomID.Value = 100;
var req = new CreateRoomRequest(room);