Use RoomID for creation

This commit is contained in:
smoogipoo
2018-12-12 16:20:11 +09:00
parent 439d741dee
commit 6123a11b67
4 changed files with 9 additions and 11 deletions

View File

@ -25,7 +25,6 @@ namespace osu.Game.Screens.Multi
// Todo: Perform API request
room.Created.Value = true;
rooms.Add(room);
}
}