Fixed a regression which caused exits to be locked out from use.

This commit is contained in:
Daniel Benoy 2013-07-01 21:46:20 -04:00
parent 0164574c00
commit b9f40fe8ee

View file

@ -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)