mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Rename modes
This commit is contained in:
@ -45,7 +45,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
public MatchType MatchType { get; set; } = MatchType.HeadToHead;
|
||||
|
||||
[Key(9)]
|
||||
public QueueModes QueueMode { get; set; } = QueueModes.HostPick;
|
||||
public QueueModes QueueMode { get; set; } = QueueModes.HostOnly;
|
||||
|
||||
public bool Equals(MultiplayerRoomSettings other)
|
||||
=> BeatmapID == other.BeatmapID
|
||||
|
Reference in New Issue
Block a user