mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +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>();
|
var orphaned = new List<Comment>();
|
||||||
|
|
||||||
// Exclude possible duplicated comments.
|
|
||||||
foreach (var comment in bundle.Comments.Concat(bundle.IncludedComments))
|
foreach (var comment in bundle.Comments.Concat(bundle.IncludedComments))
|
||||||
{
|
{
|
||||||
|
// Exclude possible duplicated comments.
|
||||||
if (commentDictionary.ContainsKey(comment.Id))
|
if (commentDictionary.ContainsKey(comment.Id))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user