Fixed a regression which caused exits to be locked out from use.
This commit is contained in:
parent
0164574c00
commit
b9f40fe8ee
1 changed files with 0 additions and 1 deletions
|
|
@ -911,7 +911,6 @@ class Exit(Object):
|
||||||
# create an exit command.
|
# create an exit command.
|
||||||
cmd = ExitCommand(key=exidbobj.db_key.strip().lower(),
|
cmd = ExitCommand(key=exidbobj.db_key.strip().lower(),
|
||||||
aliases=exidbobj.aliases,
|
aliases=exidbobj.aliases,
|
||||||
locks=str(exidbobj.locks),
|
|
||||||
auto_help=False,
|
auto_help=False,
|
||||||
destination=exidbobj.db_destination,
|
destination=exidbobj.db_destination,
|
||||||
obj=exidbobj)
|
obj=exidbobj)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue