Changed clickable help-links to default to True
This commit is contained in:
parent
16667f1372
commit
da51d5fc1f
2 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue