mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Added safety feature to lock handling.
This commit is contained in:
parent
0164574c00
commit
5800b960ff
2 changed files with 2 additions and 1 deletions
|
|
@ -911,7 +911,6 @@ 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