mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 13:07:16 +02:00
Fix red button nudge lid aliases.
This commit is contained in:
parent
09cc31dafc
commit
e4a71ef420
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class CmdNudge(Command):
|
|||
"""
|
||||
|
||||
key = "nudge lid" # two-word command name!
|
||||
alias = ["nudge"]
|
||||
aliases = ["nudge"]
|
||||
|
||||
def func(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue