Update queue mode names

This commit is contained in:
Dan Balasescu
2021-11-19 18:28:43 +09:00
parent f3f8ac2c43
commit 4e625b78e2
5 changed files with 10 additions and 10 deletions

View File

@ -442,7 +442,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
newItem = room.Playlist.FirstOrDefault(i => !i.Expired) ?? room.Playlist.Last();
break;
case QueueMode.FairRotate:
case QueueMode.AllPlayersRR:
// Group playlist items by (user_id -> count_expired), and select the first available playlist item from a user that has available beatmaps where count_expired is the lowest.
throw new NotImplementedException();
}