Replace the dictionary by a module path in the menu definition
This commit is contained in:
parent
60d78be90c
commit
937bd01fb8
1 changed files with 1 additions and 7 deletions
|
|
@ -328,11 +328,5 @@ class CmdUnloggedinLook(Command):
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
"Execute the menu"
|
"Execute the menu"
|
||||||
menu = EvMenu(self.caller, {
|
menu = EvMenu(self.caller, "evennia.contrib.evmenu_login",
|
||||||
"start": start,
|
|
||||||
"username": username,
|
|
||||||
"password": password,
|
|
||||||
"create_username": create_username,
|
|
||||||
"create_password": create_password,
|
|
||||||
},
|
|
||||||
startnode="start", auto_quit=False, node_formatter=_formatter)
|
startnode="start", auto_quit=False, node_formatter=_formatter)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue