diff --git a/evennia/commands/connection_screen.py b/evennia/commands/connection_screen.py index c164fe62f0..f6160db905 100644 --- a/evennia/commands/connection_screen.py +++ b/evennia/commands/connection_screen.py @@ -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 diff --git a/evennia/contrib/menu_login.py b/evennia/contrib/menu_login.py index 2eb95c8e82..f62ca8a005 100644 --- a/evennia/contrib/menu_login.py +++ b/evennia/contrib/menu_login.py @@ -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`. """