The rest of Evennia uses lowercase i in UnloggedinCmdSet.
This commit is contained in:
parent
3cfee6dc87
commit
030e252f36
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ Install is simple:
|
||||||
|
|
||||||
To your settings file, add/edit the line:
|
To your settings file, add/edit the line:
|
||||||
|
|
||||||
CMDSET_UNLOGGEDIN = "contrib.menu_login.UnloggedInCmdSet"
|
CMDSET_UNLOGGEDIN = "contrib.menu_login.UnloggedinCmdSet"
|
||||||
|
|
||||||
That's it. Reload the server and try to log in to see it.
|
That's it. Reload the server and try to log in to see it.
|
||||||
|
|
||||||
|
|
@ -323,7 +323,7 @@ node3 = MenuNode("node3", text=LOGIN_SCREEN_HELP,
|
||||||
|
|
||||||
# access commands
|
# access commands
|
||||||
|
|
||||||
class UnloggedInCmdSet(CmdSet):
|
class UnloggedinCmdSet(CmdSet):
|
||||||
"Cmdset for the unloggedin state"
|
"Cmdset for the unloggedin state"
|
||||||
key = "DefaultUnloggedin"
|
key = "DefaultUnloggedin"
|
||||||
priority = 0
|
priority = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue