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:
parent
fc274629f8
commit
937692604e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user