mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Feature limit should have IsPatronLimit enabled
This commit is contained in:
@@ -716,7 +716,7 @@ public sealed class PatronageService
|
|||||||
{
|
{
|
||||||
Name = key.PrettyName,
|
Name = key.PrettyName,
|
||||||
Quota = 0,
|
Quota = 0,
|
||||||
IsPatronLimit = false,
|
IsPatronLimit = true,
|
||||||
};
|
};
|
||||||
|
|
||||||
return new()
|
return new()
|
||||||
|
Reference in New Issue
Block a user