make crayoncode use the colortype (#7975)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Content.Client.Crayon.UI
|
||||
{
|
||||
_color = color;
|
||||
|
||||
Owner.SelectColor(color.ToHex());
|
||||
Owner.SelectColor(color);
|
||||
|
||||
RefreshList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user