diff --git a/osu.Game/Overlays/Comments/CommentsContainer.cs b/osu.Game/Overlays/Comments/CommentsContainer.cs index 99f79cd940..1193de52d7 100644 --- a/osu.Game/Overlays/Comments/CommentsContainer.cs +++ b/osu.Game/Overlays/Comments/CommentsContainer.cs @@ -129,7 +129,7 @@ namespace osu.Game.Overlays.Comments { this.type = type; this.id = id; - Sort.TriggerChange(); + refetchComments(); } private void refetchComments()