mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 01:00:51 +08:00
Fix typo
This commit is contained in:
committed by
GitHub
Unverified
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)
|
||||
|
||||
Reference in New Issue
Block a user