mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 23:06:31 +01:00
Fixed an overly-zealous python module check for a module that was optional.
This commit is contained in:
parent
3e8b43d222
commit
eaa4ef8a20
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ def error_check_python_modules():
|
|||
imp(settings.SEARCH_AT_RESULT)
|
||||
imp(settings.SEARCH_AT_MULTIMATCH_INPUT)
|
||||
imp(settings.CONNECTION_SCREEN_MODULE, split=False)
|
||||
imp(settings.AT_INITIAL_SETUP_HOOK_MODULE, split=False)
|
||||
#imp(settings.AT_INITIAL_SETUP_HOOK_MODULE, split=False)
|
||||
for path in settings.LOCK_FUNC_MODULES:
|
||||
imp(path, split=False)
|
||||
# cmdsets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue