mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 14:26:30 +01:00
Fix comments about connection_screens.py
This commit is contained in:
parent
a745a47d5a
commit
3cfee6dc87
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue