Fix comments about connection_screens.py

This commit is contained in:
Ahmed Charles 2015-10-16 17:17:32 +00:00 committed by Griatch
parent a745a47d5a
commit 3cfee6dc87
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#
# This is Evennia's default connection screen. It is imported
# and run from world/connection_screens.py.
# and run from server/conf/connection_screens.py.
#
from django.conf import settings

View file

@ -22,7 +22,7 @@ That's it. Reload the server and try to log in to see it.
You will want to change the login "graphic", which defaults to give
information about commands which are not used in this version of the
login. You can change the screen used by editing
`mygame/server/conf/connection_screens.py`.
`$GAME_DIR/server/conf/connection_screens.py`.
"""