Possible fix for .reroa working even for non-patrons

This commit is contained in:
Kwoth
2022-07-27 11:18:35 +02:00
parent d7c1dad4f0
commit 36b7fd2352
2 changed files with 7 additions and 1 deletions

View File

@@ -715,7 +715,7 @@ public sealed class PatronageService
return new()
{
Name = key.PrettyName,
Quota = defaultValue,
Quota = 0,
IsPatronLimit = false,
};