diff --git a/src/main/kotlin/io/delilaheve/util/ConfigOptions.kt b/src/main/kotlin/io/delilaheve/util/ConfigOptions.kt index 877de4c..afb009f 100644 --- a/src/main/kotlin/io/delilaheve/util/ConfigOptions.kt +++ b/src/main/kotlin/io/delilaheve/util/ConfigOptions.kt @@ -286,7 +286,7 @@ object ConfigOptions { */ val renameColorPossible: Boolean get() { - return allowColorCode || allowHexadecimalColor || allowHexadecimalColor + return allowColorCode || allowHexadecimalColor || allowMinimessage } /**