From 47449ecbc77f25a7c0ff7f524b44a9f22edb3ff7 Mon Sep 17 00:00:00 2001 From: spiral Date: Thu, 22 Sep 2022 17:27:58 +0000 Subject: [PATCH] fix: typo --- PluralKit.Bot/Commands/Lists/ListOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/Commands/Lists/ListOptions.cs b/PluralKit.Bot/Commands/Lists/ListOptions.cs index 7d9b4471..ce5e2fd7 100644 --- a/PluralKit.Bot/Commands/Lists/ListOptions.cs +++ b/PluralKit.Bot/Commands/Lists/ListOptions.cs @@ -174,7 +174,7 @@ public static class ListOptionsExt opts.IncludeAvatar, opts.IncludePronouns, opts.IncludeDisplayName, - }.Sum(x => Convert.ToInt32(x)) > 0; + }.Sum(x => Convert.ToInt32(x)) > 1; if (hasMultipleIncluded) throw new PKError("The short list does not support showing items from multiple flags. Try using the full list instead.");