1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove mention of autoplay mod for now

This commit is contained in:
Dean Herbert 2022-07-13 22:37:20 +09:00
parent fc274629f8
commit 937692604e

View File

@ -127,7 +127,7 @@ namespace osu.Game.Screens.Play
base.StartGameplay();
// User expectation is that last played should be updated when entering the gameplay loop
// from multiplayer / playlists / solo, even when using autoplay mod.
// from multiplayer / playlists / solo.
realm.WriteAsync(r =>
{
var realmBeatmap = r.Find<BeatmapInfo>(Beatmap.Value.BeatmapInfo.ID);