make crayoncode use the colortype (#7975)

This commit is contained in:
Paul Ritter
2022-05-09 07:16:43 +02:00
committed by GitHub
parent aa61feb85d
commit 005321e484
8 changed files with 21 additions and 55 deletions

View File

@@ -37,7 +37,7 @@ namespace Content.Client.Crayon.UI
{
_color = color;
Owner.SelectColor(color.ToHex());
Owner.SelectColor(color);
RefreshList();
}