mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Adjust conditional
This commit is contained in:
@ -147,7 +147,7 @@ namespace osu.Game.Overlays.Comments
|
||||
|
||||
private void getComments()
|
||||
{
|
||||
if (id.Value == 0)
|
||||
if (id.Value <= 0)
|
||||
return;
|
||||
|
||||
request?.Cancel();
|
||||
|
Reference in New Issue
Block a user