1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 03:19:52 +08:00

Add additional comment to explain the code order

This commit is contained in:
Craftplacer
2020-01-22 00:41:46 +01:00
Unverified
parent 88ea1138b6
commit d29694d788
+1
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;