fix: missing return in pk;system colour

This commit is contained in:
spiral 2021-12-23 23:17:25 -05:00
parent 391d6de6e4
commit 67ed03067a
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

@ -144,6 +144,7 @@ public class SystemEdit
.Description( .Description(
$"This system's color is **#{target.Color}**." + (isOwnSystem ? " To clear it, type `pk;s color -clear`." : "")) $"This system's color is **#{target.Color}**." + (isOwnSystem ? " To clear it, type `pk;s color -clear`." : ""))
.Build()); .Build());
return;
} }
ctx.CheckSystem().CheckOwnSystem(target); ctx.CheckSystem().CheckOwnSystem(target);