1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 04:41:54 +08:00

Move comment to more pertinent place

This commit is contained in:
Bartłomiej Dach
2020-02-24 21:30:27 +01:00
Unverified
parent fe1f2858c1
commit 4cbb2a2f59
+1 -1
View File
@@ -96,9 +96,9 @@ namespace osu.Game.Overlays.Comments
{
var orphaned = new List<Comment>();
// Exclude possible duplicated comments.
foreach (var comment in bundle.Comments.Concat(bundle.IncludedComments))
{
// Exclude possible duplicated comments.
if (commentDictionary.ContainsKey(comment.Id))
continue;