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..
|
to the menu's own look command..
|
||||||
"""
|
"""
|
||||||
key = CMD_LOGINSTART
|
key = CMD_LOGINSTART
|
||||||
aliases = ["look, l"]
|
aliases = ["look", "l"]
|
||||||
locks = "cmd:all()"
|
locks = "cmd:all()"
|
||||||
arg_regex = r"^$"
|
arg_regex = r"^$"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue