mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
More fixes and cleanup in wake of ic/ooc changes.
This commit is contained in:
parent
86f76d0d08
commit
3e8b43d222
9 changed files with 66 additions and 40 deletions
|
|
@ -316,7 +316,7 @@ class ObjectDB(TypedObject):
|
|||
string += "%s is not a valid home."
|
||||
self.msg(string % home)
|
||||
logger.log_trace(string)
|
||||
raise
|
||||
#raise
|
||||
self.save()
|
||||
#@home.deleter
|
||||
def home_del(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue