1
0
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:
Dean Herbert 2021-11-17 14:40:05 +09:00
parent 8e9b55ef6d
commit 96e983bbad

View File

@ -205,7 +205,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
{ {
new Drawable[] new Drawable[]
{ {
playlist = new DrawableRoomPlaylist(true, true) { RelativeSizeAxes = Axes.Both } playlist = new DrawableRoomPlaylist(true, false) { RelativeSizeAxes = Axes.Both }
}, },
new Drawable[] new Drawable[]
{ {