1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 15:17:27 +08:00

Change default availability in MultiplayerRoomUser to Unknown

This commit is contained in:
Dean Herbert 2023-06-28 16:38:20 +09:00
parent fec086aec8
commit 5d209b3ffc

View File

@ -29,7 +29,7 @@ namespace osu.Game.Online.Multiplayer
/// The availability state of the current beatmap. /// The availability state of the current beatmap.
/// </summary> /// </summary>
[Key(2)] [Key(2)]
public BeatmapAvailability BeatmapAvailability { get; set; } = BeatmapAvailability.LocallyAvailable(); public BeatmapAvailability BeatmapAvailability { get; set; } = BeatmapAvailability.Unknown();
/// <summary> /// <summary>
/// Any mods applicable only to the local user. /// Any mods applicable only to the local user.