mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Disallow playlist item selection at playlist room creation screen
Wasn't being used for anything, confusing that it's even possible.
This commit is contained in:
parent
8e9b55ef6d
commit
96e983bbad
@ -205,7 +205,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
|
||||
{
|
||||
new Drawable[]
|
||||
{
|
||||
playlist = new DrawableRoomPlaylist(true, true) { RelativeSizeAxes = Axes.Both }
|
||||
playlist = new DrawableRoomPlaylist(true, false) { RelativeSizeAxes = Axes.Both }
|
||||
},
|
||||
new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user