Fix missing evennia. in setting
Fixes the CONNECTION_SCREEN_MODULE missing the evennia. before contrib.
This commit is contained in:
parent
5231a61e10
commit
946472be76
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ menu system `EvMenu` under the hood.
|
||||||
To install, add this to `mygame/server/conf/settings.py`:
|
To install, add this to `mygame/server/conf/settings.py`:
|
||||||
|
|
||||||
CMDSET_UNLOGGEDIN = "evennia.contrib.base_systems.menu_login.UnloggedinCmdSet"
|
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.
|
Reload the server and reconnect to see the changes.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue