mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fix typo
This commit is contained in:
@ -107,7 +107,7 @@ namespace osu.Game.Overlays
|
|||||||
if (beatmap.Disabled)
|
if (beatmap.Disabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Logger.Log($"{nameof(MusicController)} skipping to next track to {nameof(EnsurePlayingSomething)}");
|
Logger.Log($"{nameof(MusicController)} skipping next track to {nameof(EnsurePlayingSomething)}");
|
||||||
NextTrack();
|
NextTrack();
|
||||||
}
|
}
|
||||||
else if (!IsPlaying)
|
else if (!IsPlaying)
|
||||||
|
Reference in New Issue
Block a user