Merge pull request #814 from argonui/colorful-message
Added color to the handColor update message
This commit is contained in:
commit
30c2a596be
@ -973,7 +973,8 @@ function onClick_handColorSelect(player)
|
||||
if Player[playerColor].seated then
|
||||
Player[playerColor].changeColor(newColor)
|
||||
else
|
||||
printToColor("Updated handcolor for this playermat to " .. newColor .. ".", player.color)
|
||||
local colorString = "[" .. Color.fromString(newColor):toHex() .. "]" .. newColor .. "[-]"
|
||||
printToColor("Updated handcolor for this playermat to " .. colorString .. ".", player.color)
|
||||
end
|
||||
|
||||
-- update the internal variable
|
||||
|
Loading…
Reference in New Issue
Block a user