Add password to room settings and multiplayer lounge interface

This commit is contained in:
Dean Herbert
2021-07-09 00:53:10 +09:00
parent 6a74fde082
commit 2ca11d458a
4 changed files with 39 additions and 0 deletions

View File

@ -212,6 +212,8 @@ namespace osu.Game.Online.Multiplayer
return ChangeSettings(new MultiplayerRoomSettings
{
Name = name.GetOr(Room.Settings.Name),
// TODO: add changing support
Password = Room.Settings.Password,
BeatmapID = item.GetOr(existingPlaylistItem).BeatmapID,
BeatmapChecksum = item.GetOr(existingPlaylistItem).Beatmap.Value.MD5Hash,
RulesetID = item.GetOr(existingPlaylistItem).RulesetID,