mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 10:10:12 +00:00
fix: don't ignore flags in pk;system color
This commit is contained in:
parent
1b5efb6669
commit
430a33ccf0
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ public class SystemEdit
|
||||||
{
|
{
|
||||||
var isOwnSystem = ctx.System?.Id == target.Id;
|
var isOwnSystem = ctx.System?.Id == target.Id;
|
||||||
|
|
||||||
if (!ctx.HasNext())
|
if (!isOwnSystem || !ctx.HasNext(false))
|
||||||
{
|
{
|
||||||
if (target.Color == null)
|
if (target.Color == null)
|
||||||
await ctx.Reply(
|
await ctx.Reply(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue