fix: don't ignore flags in pk;system color
This commit is contained in:
parent
1b5efb6669
commit
430a33ccf0
@ -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…
x
Reference in New Issue
Block a user