mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Use linq expression to count deleted comments
This commit is contained in:
@ -180,7 +180,7 @@ namespace osu.Game.Overlays.Comments
|
||||
}
|
||||
};
|
||||
|
||||
deletedChildrenPlaceholder.DeletedCount.Value = comment.GetDeletedChildrenCount();
|
||||
deletedChildrenPlaceholder.DeletedCount.Value = comment.GetDeletedChildrenCount;
|
||||
|
||||
if (comment.UserId.HasValue)
|
||||
username.AddUserLink(comment.User);
|
||||
|
Reference in New Issue
Block a user