mirror of
https://github.com/ppy/osu
synced 2025-02-18 19:36:58 +00:00
Fix typo
This commit is contained in:
parent
50c1c066de
commit
6c6de9ce53
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user