mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 22:36:31 +01:00
Reverted previous merge, instead solving the issue by the metaclass making sure to add cmd:all() to the exit command only if the object itself does not specify it.
This commit is contained in:
parent
b41761f60c
commit
3cf01ce711
3 changed files with 5 additions and 4 deletions
|
|
@ -911,6 +911,7 @@ class Exit(Object):
|
|||
# create an exit command.
|
||||
cmd = ExitCommand(key=exidbobj.db_key.strip().lower(),
|
||||
aliases=exidbobj.aliases,
|
||||
locks=str(exidbobj.locks),
|
||||
auto_help=False,
|
||||
destination=exidbobj.db_destination,
|
||||
obj=exidbobj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue