Added signalhandler in test suite, still issues.
This commit is contained in:
parent
7b0c96640c
commit
37886adea1
8 changed files with 28 additions and 20 deletions
|
|
@ -137,9 +137,8 @@ def create_object(typeclass, key=None, location=None,
|
|||
else:
|
||||
new_object.home = settings.CHARACTER_DEFAULT_HOME
|
||||
|
||||
|
||||
if location:
|
||||
new_object.move_to(location, quiet=True)
|
||||
new_object.move_to(location, quiet=True)
|
||||
else:
|
||||
# rooms would have location=None.
|
||||
new_object.location = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue