mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09: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