mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: missing return in pk;system colour
This commit is contained in:
parent
391d6de6e4
commit
67ed03067a
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ public class SystemEdit
|
|||
.Description(
|
||||
$"This system's color is **#{target.Color}**." + (isOwnSystem ? " To clear it, type `pk;s color -clear`." : ""))
|
||||
.Build());
|
||||
return;
|
||||
}
|
||||
|
||||
ctx.CheckSystem().CheckOwnSystem(target);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue