use correct condition

Co-authored-by: Illyrius <28700752+illyrius666@users.noreply.github.com>
This commit is contained in:
alexcrea 2025-10-23 08:32:33 +02:00 committed by GitHub
parent c9e41aceb6
commit 2967d500eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -286,7 +286,7 @@ object ConfigOptions {
*/ */
val renameColorPossible: Boolean val renameColorPossible: Boolean
get() { get() {
return allowColorCode || allowHexadecimalColor || allowHexadecimalColor return allowColorCode || allowHexadecimalColor || allowMinimessage
} }
/** /**