mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Adjust conditional
This commit is contained in:
parent
4c083e0e7e
commit
7fd71d9b6c
@ -147,7 +147,7 @@ namespace osu.Game.Overlays.Comments
|
||||
|
||||
private void getComments()
|
||||
{
|
||||
if (id.Value == 0)
|
||||
if (id.Value <= 0)
|
||||
return;
|
||||
|
||||
request?.Cancel();
|
||||
|
Loading…
Reference in New Issue
Block a user