Another typo in funcparser loading settings
This commit is contained in:
parent
5dc85cbc1d
commit
9e2b7576b1
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class SessionHandler(dict):
|
||||||
global _FUNCPARSER
|
global _FUNCPARSER
|
||||||
if not _FUNCPARSER:
|
if not _FUNCPARSER:
|
||||||
from evennia.utils.funcparser import FuncParser
|
from evennia.utils.funcparser import FuncParser
|
||||||
_FUNCPARSER = FuncParser(settings.FUNCPARSER_OUTGOING_MESSAGES_MODULE, raise_errors=True)
|
_FUNCPARSER = FuncParser(settings.FUNCPARSER_OUTGOING_MESSAGES_MODULES, raise_errors=True)
|
||||||
|
|
||||||
options = kwargs.pop("options", None) or {}
|
options = kwargs.pop("options", None) or {}
|
||||||
raw = options.get("raw", False)
|
raw = options.get("raw", False)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue