mirror of https://github.com/ppy/osu
Adjust conditional
This commit is contained in:
parent
4c083e0e7e
commit
7fd71d9b6c
|
@ -147,7 +147,7 @@ private void refetchComments()
|
||||||
|
|
||||||
private void getComments()
|
private void getComments()
|
||||||
{
|
{
|
||||||
if (id.Value == 0)
|
if (id.Value <= 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
request?.Cancel();
|
request?.Cancel();
|
||||||
|
|
Loading…
Reference in New Issue