mirror of https://github.com/ppy/osu
Change default availability in `MultiplayerRoomUser` to `Unknown`
This commit is contained in:
parent
fec086aec8
commit
5d209b3ffc
|
@ -29,7 +29,7 @@ public class MultiplayerRoomUser : IEquatable<MultiplayerRoomUser>
|
|||
/// The availability state of the current beatmap.
|
||||
/// </summary>
|
||||
[Key(2)]
|
||||
public BeatmapAvailability BeatmapAvailability { get; set; } = BeatmapAvailability.LocallyAvailable();
|
||||
public BeatmapAvailability BeatmapAvailability { get; set; } = BeatmapAvailability.Unknown();
|
||||
|
||||
/// <summary>
|
||||
/// Any mods applicable only to the local user.
|
||||
|
|
Loading…
Reference in New Issue