mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 10:37:16 +01:00
Removed a lot of old references to Aliases and Nicks. Still failing on @puppet.
This commit is contained in:
parent
0061f884ae
commit
c0b5c506a4
5 changed files with 85 additions and 70 deletions
|
|
@ -910,7 +910,7 @@ class Exit(Object):
|
|||
|
||||
# create an exit command.
|
||||
cmd = ExitCommand(key=exidbobj.db_key.strip().lower(),
|
||||
aliases=exidbobj.aliases,
|
||||
aliases=exidbobj.aliases.all(),
|
||||
locks=str(exidbobj.locks),
|
||||
auto_help=False,
|
||||
destination=exidbobj.db_destination,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue