Use colour replace names for bool red/green colour

This commit is contained in:
Vortrex
2022-02-04 10:37:12 -06:00
parent 8da7880efd
commit faa94cc44c

View File

@@ -168,7 +168,7 @@ function getPlayerColour(client) {
* *
*/ */
function getBoolRedGreenInlineColour(boolValue) { function getBoolRedGreenInlineColour(boolValue) {
return (!boolValue) ? "[#CD3C3C]" : "[#32CD32]"; return (!boolValue) ? "{softRed}" : "{softGreen}";
} }
// =========================================================================== // ===========================================================================