mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:43:01 +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();
|
base.StartGameplay();
|
||||||
|
|
||||||
// User expectation is that last played should be updated when entering the gameplay loop
|
// 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 =>
|
realm.WriteAsync(r =>
|
||||||
{
|
{
|
||||||
var realmBeatmap = r.Find<BeatmapInfo>(Beatmap.Value.BeatmapInfo.ID);
|
var realmBeatmap = r.Find<BeatmapInfo>(Beatmap.Value.BeatmapInfo.ID);
|
||||||
|
Loading…
Reference in New Issue
Block a user