fix: don't ignore flags in pk;system color
This commit is contained in:
		@@ -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(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user