1
0
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:
Craftplacer 2020-01-22 00:41:46 +01:00
parent 88ea1138b6
commit d29694d788

View File

@ -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;