mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix CQ
This commit is contained in:
@ -98,7 +98,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
if (!(request is CommentDeleteRequest req))
|
||||
return false;
|
||||
|
||||
if (req.ID != 1)
|
||||
if (req.CommentId != 1)
|
||||
return false;
|
||||
|
||||
CommentBundle cb = new CommentBundle
|
||||
|
Reference in New Issue
Block a user