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
|
if Player[playerColor].seated then
|
||||||
Player[playerColor].changeColor(newColor)
|
Player[playerColor].changeColor(newColor)
|
||||||
else
|
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
|
end
|
||||||
|
|
||||||
-- update the internal variable
|
-- update the internal variable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user