Mixed batch of minor bug fixes and cleanups.

This commit is contained in:
Griatch 2011-04-30 21:09:19 +00:00
parent 9520e261d8
commit 4bcd5239b5
8 changed files with 40 additions and 39 deletions

View file

@ -1018,6 +1018,8 @@ class CmdOpen(ObjManipCommand):
else:
# exit does not exist before. Create a new one.
if not typeclass:
typeclass = settings.BASE_EXIT_TYPECLASS
exit_obj = create.create_object(typeclass, key=exit_name,
location=location,
aliases=exit_aliases)

View file

@ -11,6 +11,7 @@ class DefaultCmdSet(CmdSet):
Implements the default command set.
"""
key = "DefaultMUX"
priority = 0
def at_cmdset_creation(self):
"Populates the cmdset"