From 430a33ccf074c600049ff61c15815b16694a1cf5 Mon Sep 17 00:00:00 2001 From: spiral Date: Mon, 2 May 2022 15:54:49 -0400 Subject: [PATCH] fix: don't ignore flags in pk;system color --- PluralKit.Bot/Commands/SystemEdit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/Commands/SystemEdit.cs b/PluralKit.Bot/Commands/SystemEdit.cs index 1e5f09f8..3e26d8e0 100644 --- a/PluralKit.Bot/Commands/SystemEdit.cs +++ b/PluralKit.Bot/Commands/SystemEdit.cs @@ -123,7 +123,7 @@ public class SystemEdit { var isOwnSystem = ctx.System?.Id == target.Id; - if (!ctx.HasNext()) + if (!isOwnSystem || !ctx.HasNext(false)) { if (target.Color == null) await ctx.Reply(