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:
parent
cd0e9cc08b
commit
8dc167ac9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user