From ec32c1945fa65cdebb54011dffb25c1d2c9de741 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 23 May 2016 00:27:55 +0200 Subject: [PATCH] Fixed a documentation error in contrib/menu_login. --- evennia/contrib/menu_login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/menu_login.py b/evennia/contrib/menu_login.py index fbcf992e0a..d4aa2edb7d 100644 --- a/evennia/contrib/menu_login.py +++ b/evennia/contrib/menu_login.py @@ -16,7 +16,7 @@ if you use this system. In order to install, to your settings file, add/edit the line: -CMDSET_UNLOGGEDIN = "contrib.evmenu_login.UnloggedinCmdSet" +CMDSET_UNLOGGEDIN = "contrib.menu_login.UnloggedinCmdSet" When you'll reload the server, new sessions will connect to the new login system, where they will be able to: