mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
use correct condition
Co-authored-by: Illyrius <28700752+illyrius666@users.noreply.github.com>
This commit is contained in:
parent
c9e41aceb6
commit
2967d500eb
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ object ConfigOptions {
|
|||
*/
|
||||
val renameColorPossible: Boolean
|
||||
get() {
|
||||
return allowColorCode || allowHexadecimalColor || allowHexadecimalColor
|
||||
return allowColorCode || allowHexadecimalColor || allowMinimessage
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue