mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 05:02:55 +08:00
Add playlist type to picker temporarily
This commit is contained in:
parent
01f15bd6fc
commit
feadfbcca7
@ -30,6 +30,8 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
|
||||
|
||||
AddItem(MatchType.HeadToHead);
|
||||
AddItem(MatchType.TeamVersus);
|
||||
// TODO: remove after osu-web is updated to set the correct default type.
|
||||
AddItem(MatchType.Playlists);
|
||||
}
|
||||
|
||||
private class GameTypePickerItem : DisableableTabItem
|
||||
|
Loading…
Reference in New Issue
Block a user