mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09: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:
@ -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[]
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user