Changed clickable help-links to default to True

This commit is contained in:
Griatch 2021-06-20 11:18:55 +02:00
parent 16667f1372
commit da51d5fc1f
2 changed files with 6 additions and 7 deletions

View file

@ -615,8 +615,8 @@ DEFAULT_HELP_CATEGORY = "general"
# entries. They can be used together with in-database entries created in-game.
FILE_HELP_ENTRY_MODULES = ["world.help_entries"]
# if topics listed in help should be clickable
# clickable links only work on clients that support MXP
HELP_CLICKABLE_TOPICS = False
# clickable links only work on clients that support MXP.
HELP_CLICKABLE_TOPICS = True
######################################################################
# FuncParser