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:
Griatch 2015-06-13 16:02:59 +02:00
parent 4d69e80787
commit 91b84213dd
2 changed files with 7 additions and 3 deletions

View file

@ -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
######################################################################