mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 20:40:46 +08:00
Fix in song select v1 too for good measure
This commit is contained in:
@@ -92,7 +92,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
if (playerLoader != null) return false;
|
||||
|
||||
modsAtGameplayStart = Mods.Value;
|
||||
modsAtGameplayStart = Mods.Value.Select(m => m.DeepClone()).ToArray();
|
||||
|
||||
// Ctrl+Enter should start map with autoplay enabled.
|
||||
if (GetContainingInputManager()?.CurrentState?.Keyboard.ControlPressed == true)
|
||||
|
||||
Reference in New Issue
Block a user