mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 21:17:17 +02:00
Fixed a missing link in menu_login
This commit is contained in:
parent
ec32c1945f
commit
0d5ecb1877
1 changed files with 1 additions and 1 deletions
|
|
@ -382,6 +382,6 @@ class CmdUnloggedinLook(Command):
|
|||
|
||||
def func(self):
|
||||
"Execute the menu"
|
||||
EvMenu(self.caller, "evennia.contrib.evmenu_login",
|
||||
EvMenu(self.caller, "evennia.contrib.menu_login",
|
||||
startnode="start", auto_look=False, auto_quit=False,
|
||||
cmd_on_exit=None, node_formatter=_formatter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue