1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 03:33:39 +08:00
This commit is contained in:
smoogipoo
2021-10-04 15:35:28 +09:00
Unverified
parent c19c2335ec
commit bc984dff4f
+1 -1
View File
@@ -284,7 +284,7 @@ namespace osu.Game.Overlays
if (currentChannel.Value != e.NewValue)
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))
return;