Update README.md

CONNECTION_SCREEN_MODULE was invalidly referenced.
This commit is contained in:
Antrare 2022-11-09 10:22:31 +11:00 committed by GitHub
parent c4e4544abd
commit fec6b93f6a

View file

@ -11,7 +11,7 @@ menu system `EvMenu` under the hood.
To install, add this to `mygame/server/conf/settings.py`:
CMDSET_UNLOGGEDIN = "evennia.contrib.base_systems.menu_login.UnloggedinCmdSet"
CONNECTION_SCREEN_MODULE = "contrib.base_systems.menu_login.connection_screens"
CONNECTION_SCREEN_MODULE = "evennia.contrib.base_systems.menu_login.connection_screens"
Reload the server and reconnect to see the changes.