mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 06:23:47 +08:00
Move comment to more pertinent place
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user