1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 01:00:51 +08:00
This commit is contained in:
Dan Balasescu
2022-06-27 20:40:02 +09:00
committed by GitHub
Unverified
parent 50c1c066de
commit 6c6de9ce53
+1 -1
View File
@@ -107,7 +107,7 @@ namespace osu.Game.Overlays
if (beatmap.Disabled)
return;
Logger.Log($"{nameof(MusicController)} skipping to next track to {nameof(EnsurePlayingSomething)}");
Logger.Log($"{nameof(MusicController)} skipping next track to {nameof(EnsurePlayingSomething)}");
NextTrack();
}
else if (!IsPlaying)