mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Possible fix for .reroa working even for non-patrons
This commit is contained in:
@@ -715,7 +715,7 @@ public sealed class PatronageService
|
||||
return new()
|
||||
{
|
||||
Name = key.PrettyName,
|
||||
Quota = defaultValue,
|
||||
Quota = 0,
|
||||
IsPatronLimit = false,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user