mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
Fix typo
This commit is contained in:
parent
c19c2335ec
commit
bc984dff4f
@ -284,7 +284,7 @@ namespace osu.Game.Overlays
|
|||||||
if (currentChannel.Value != e.NewValue)
|
if (currentChannel.Value != e.NewValue)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// check once more to ensure the channel hasn't since been removed from the loaded channels like (may have been left by some automated means).
|
// check once more to ensure the channel hasn't since been removed from the loaded channels list (may have been left by some automated means).
|
||||||
if (loadedChannels.Contains(loaded))
|
if (loadedChannels.Contains(loaded))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user