Fixed issue where searching for 'me' did not return typeclassed object.

This commit is contained in:
Kelketek 2013-06-29 14:14:00 -05:00
parent e6067c873c
commit c3f86ab45b

View file

@ -606,7 +606,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