1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Adjust conditional

This commit is contained in:
smoogipoo 2020-02-21 19:50:16 +09:00
parent 4c083e0e7e
commit 7fd71d9b6c

View File

@ -147,7 +147,7 @@ namespace osu.Game.Overlays.Comments
private void getComments()
{
if (id.Value == 0)
if (id.Value <= 0)
return;
request?.Cancel();