Made the string set convertion message a little clearer. Also set up the template to add the protototype dir from the onset.
This commit is contained in:
parent
4d69e80787
commit
91b84213dd
2 changed files with 7 additions and 3 deletions
|
|
@ -32,6 +32,9 @@ SERVER_LOG_FILE = os.path.join(LOG_DIR, 'server.log')
|
|||
PORTAL_LOG_FILE = os.path.join(LOG_DIR, 'portal.log')
|
||||
HTTP_LOG_FILE = os.path.join(LOG_DIR, 'http_requests.log')
|
||||
|
||||
# Other defaults
|
||||
PROTOTYPE_MODULES = ("world.prototypes",)
|
||||
|
||||
######################################################################
|
||||
# Evennia Database config
|
||||
######################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue