Can now log into the server and do basic operations. Not fully tested yet.

This commit is contained in:
Griatch 2015-01-08 22:58:13 +01:00
parent 4f106e5c69
commit d0ef05202d
2 changed files with 5 additions and 10 deletions

View file

@ -213,7 +213,7 @@ SEARCH_AT_MULTIMATCH_INPUT = "evennia.commands.cmdparser.at_multimatch_input"
# The module holding text strings for the connection screen.
# This module should contain one or more variables
# with strings defining the look of the screen.
CONNECTION_SCREEN_MODULE = "world.connection_screen"
CONNECTION_SCREEN_MODULE = "server.conf.connection_screens"
# An optional module that, if existing, must hold a function
# named at_initial_setup(). This hook method can be used to customize
# the server's initial setup sequence (the very first startup of the system).