Correct logic for coloring using color code.

This commit is contained in:
alexcrea 2024-07-26 15:25:31 +02:00
parent 90344e635a
commit 94941d1559
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
2 changed files with 55 additions and 8 deletions

View file

@ -58,6 +58,7 @@ sacrifice_illegal_enchant_cost: 1
# Allow using color code and hexadecimal color.
#
# Color code are prefixed by "&" and hexadecimal color by "#".
# Color code will not be applied if it colors nothing. "&&" can be used to write "&".
allow_color_code: false
allow_hexadecimal_color: false