mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +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
|
val renameColorPossible: Boolean
|
||||||
get() {
|
get() {
|
||||||
return allowColorCode || allowHexadecimalColor || allowHexadecimalColor
|
return allowColorCode || allowHexadecimalColor || allowMinimessage
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue