mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Merged. Still need to update some migrations.
This commit is contained in:
commit
c676c9965f
29 changed files with 821 additions and 401 deletions
|
|
@ -640,7 +640,7 @@ class ObjectDB(TypedObject):
|
|||
if searchdata == _HERE:
|
||||
return self.location
|
||||
if searchdata in (_ME, _SELF):
|
||||
return self
|
||||
return self.typeclass
|
||||
|
||||
if use_nicks:
|
||||
nick = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue