mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Only allow osu! mode maps to be played for now.
This commit is contained in:
@ -107,7 +107,7 @@ namespace osu.Game.GameModes.Play
|
||||
Colour = new Color4(238, 51, 153, 255),
|
||||
Action = () => Push(new Player {
|
||||
BeatmapInfo = selectedBeatmapGroup.SelectedPanel.Beatmap,
|
||||
PlayMode = playMode.Value
|
||||
PreferredPlayMode = playMode.Value
|
||||
}),
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user