diff --git a/osu.Game/Overlays/Comments/CommentsContainer.cs b/osu.Game/Overlays/Comments/CommentsContainer.cs index 5a04f6b4c4..591a9dc86e 100644 --- a/osu.Game/Overlays/Comments/CommentsContainer.cs +++ b/osu.Game/Overlays/Comments/CommentsContainer.cs @@ -147,7 +147,7 @@ namespace osu.Game.Overlays.Comments private void getComments() { - if (id.Value == 0) + if (id.Value <= 0) return; request?.Cancel();