mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Check channel ID on message highlight using currentDrawableChannel
This commit is contained in:
parent
32d242dd62
commit
22a2ef42c5
@ -338,7 +338,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
private void tryHighlightMessage(Message message)
|
||||
{
|
||||
if (message.ChannelId != currentChannel.Value.Id)
|
||||
if (message.ChannelId != currentDrawableChannel.Channel.Id)
|
||||
return;
|
||||
|
||||
currentDrawableChannel.HighlightMessage(message);
|
||||
|
Loading…
Reference in New Issue
Block a user