mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 00:36:30 +01:00
Merge with Kelketek's branch (which also includes dbenoy's branch)
This commit is contained in:
commit
ca11e7de44
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