mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Defaulting INLINEFUNC_ENABLED=False.
This commit is contained in:
parent
46edc6eef6
commit
f7c1fa4a18
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ TIME_MONTH_PER_YEAR = 12
|
|||
# users to supply {func() ... {/func in text, performing dynamic
|
||||
# text formatting and manipulation on the fly. If disabled, such
|
||||
# inline functions will not be parsed.
|
||||
INLINEFUNC_ENABLED = True
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue