Use colour replace names for bool red/green colour
This commit is contained in:
@@ -168,7 +168,7 @@ function getPlayerColour(client) {
|
||||
*
|
||||
*/
|
||||
function getBoolRedGreenInlineColour(boolValue) {
|
||||
return (!boolValue) ? "[#CD3C3C]" : "[#32CD32]";
|
||||
return (!boolValue) ? "{softRed}" : "{softGreen}";
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user