mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Fix unittest compliance.
This commit is contained in:
parent
f6e230f1a6
commit
d811d7577e
1 changed files with 1 additions and 1 deletions
|
|
@ -612,7 +612,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
|||
else:
|
||||
outmessage = inmessage
|
||||
|
||||
obj.msg(text=((outmessage,), outkwargs), from_obj=from_obj, **kwargs)
|
||||
obj.msg(text=(outmessage, outkwargs), from_obj=from_obj, **kwargs)
|
||||
|
||||
def move_to(self, destination, quiet=False,
|
||||
emit_to_obj=None, use_destination=True, to_none=False, move_hooks=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue