mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:07:29 +08:00
Add additional comment to explain the code order
This commit is contained in:
parent
88ea1138b6
commit
d29694d788
@ -105,6 +105,7 @@ namespace osu.Game.Online.Chat
|
||||
if (message.Sender.Id == localUser.Value.Id)
|
||||
continue;
|
||||
|
||||
// check for private messages first, if true, skip checking mentions to prevent duplicate notifications about the same message.
|
||||
if (checkForPMs(channel, message))
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user