1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:13:00 +08:00

Set default MultiplayerRoomSettings type to something that isn't playlists

This commit is contained in:
Dean Herbert 2021-08-06 18:56:01 +09:00
parent cd0e9cc08b
commit 8dc167ac9a

View File

@ -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