mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
Merge branch 'master' into toggle-multiplayer-leaderboard-with-hud
This commit is contained in:
commit
8f014650df
@ -41,7 +41,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
public string Password { get; set; } = string.Empty;
|
||||
|
||||
[Key(8)]
|
||||
public MatchType MatchType { get; set; }
|
||||
public MatchType MatchType { get; set; } = MatchType.HeadToHead;
|
||||
|
||||
public bool Equals(MultiplayerRoomSettings other)
|
||||
=> BeatmapID == other.BeatmapID
|
||||
|
@ -30,8 +30,6 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
|
||||
|
||||
AddItem(MatchType.HeadToHead);
|
||||
AddItem(MatchType.TeamVersus);
|
||||
// TODO: remove after osu-web is updated to set the correct default type.
|
||||
AddItem(MatchType.Playlists);
|
||||
}
|
||||
|
||||
private class GameTypePickerItem : DisableableTabItem
|
||||
|
Loading…
Reference in New Issue
Block a user