mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
fix: typo
This commit is contained in:
parent
c77da49d30
commit
47449ecbc7
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ public static class ListOptionsExt
|
||||||
opts.IncludeAvatar,
|
opts.IncludeAvatar,
|
||||||
opts.IncludePronouns,
|
opts.IncludePronouns,
|
||||||
opts.IncludeDisplayName,
|
opts.IncludeDisplayName,
|
||||||
}.Sum(x => Convert.ToInt32(x)) > 0;
|
}.Sum(x => Convert.ToInt32(x)) > 1;
|
||||||
|
|
||||||
if (hasMultipleIncluded)
|
if (hasMultipleIncluded)
|
||||||
throw new PKError("The short list does not support showing items from multiple flags. Try using the full list instead.");
|
throw new PKError("The short list does not support showing items from multiple flags. Try using the full list instead.");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue