Made .timely use timestamp tags and fixed a bug

This commit is contained in:
Kwoth
2022-06-17 04:37:08 +02:00
parent 6c58a6a72d
commit 3d3dc532dc
3 changed files with 6 additions and 4 deletions

View File

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