mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixed a typo in menu_login contrib
This commit is contained in:
parent
12285f9fd2
commit
4e0bbf4827
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ class CmdUnloggedinLook(Command):
|
|||
to the menu's own look command..
|
||||
"""
|
||||
key = CMD_LOGINSTART
|
||||
aliases = ["look, l"]
|
||||
aliases = ["look", "l"]
|
||||
locks = "cmd:all()"
|
||||
arg_regex = r"^$"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue