mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Fix aliases for gender command
This commit is contained in:
parent
5c3d30b5d6
commit
dc0ef5812b
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class SetGender(Command):
|
|||
|
||||
"""
|
||||
key = "@gender"
|
||||
alias = "@sex"
|
||||
aliases = "@sex"
|
||||
locks = "call:all()"
|
||||
|
||||
def func(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue