Fixed some errors in crop inlinefunction. Coloration does not work in nested inlinefunc outside of escaped strings ... not sure if this something worth to try to resolve or if an escaped string is just the right way to have them.
This commit is contained in:
parent
419ff1cc79
commit
786edf4677
2 changed files with 21 additions and 5 deletions
|
|
@ -388,7 +388,9 @@ INLINEFUNC_ENABLED = False
|
|||
# Only functions defined globally (and not starting with '_') in
|
||||
# these modules will be considered valid inlinefuncs. The list
|
||||
# is loaded from left-to-right, same-named functions will overload
|
||||
INLINEFUNC_MODULES = ["evennia.utils.inlinefunc", "server.conf.inlinefunc"]
|
||||
INLINEFUNC_MODULES = ["evennia.utils.inlinefunc",
|
||||
"evennia.utils.nested_inlinefuncs",
|
||||
"server.conf.inlinefunc"]
|
||||
|
||||
######################################################################
|
||||
# Default Player setup and access
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue