diff --git a/osu.Game/Screens/Select/PlaySongSelect.cs b/osu.Game/Screens/Select/PlaySongSelect.cs index c49b7c2ef2..2f47243b50 100644 --- a/osu.Game/Screens/Select/PlaySongSelect.cs +++ b/osu.Game/Screens/Select/PlaySongSelect.cs @@ -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)