Skip to content

Commit 7abe84c

Browse files
authored
Fix hearted users by user category not being marked to require a user (#1018)
2 parents 35d2c21 + 24bb2da commit 7abe84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Refresh.Core/Types/Categories/Users/HeartedUsersByUserCategory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Refresh.Core.Types.Categories.Users;
77

88
public class HeartedUsersByUserCategory : GameCategory
99
{
10-
public HeartedUsersByUserCategory() : base("hearted", [], false)
10+
public HeartedUsersByUserCategory() : base("hearted", [], true)
1111
{
1212
this.Name = "My Hearted Users";
1313
this.Description = "Users you've hearted.";

0 commit comments

Comments
 (0)