mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Fix typo
This commit is contained in:
parent
69a5258fda
commit
da4e35ee9a
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class CmdOOCLook(default_cmds.CmdLook):
|
|||
key = "look"
|
||||
aliases = ["l", "ls"]
|
||||
locks = "cmd:all()"
|
||||
help_cateogory = "General"
|
||||
help_category = "General"
|
||||
|
||||
def func(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue