mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
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
|
|
@ -792,6 +792,7 @@ class ObjectDB(TypedObject):
|
|||
|
||||
# Perform move
|
||||
try:
|
||||
#print "move_to location:", destination
|
||||
_SA(self, "location", destination)
|
||||
except Exception:
|
||||
emit_to_obj.msg(errtxt % "location change")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue