mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 02:30:06 +08:00
Remove mention of autoplay mod for now
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user