First working version of new Attribute/Tag categories

This commit is contained in:
Griatch 2014-02-16 18:24:56 +01:00
parent bdacc7beba
commit 630d31cac4
2 changed files with 4 additions and 5 deletions

View file

@ -1807,7 +1807,7 @@ class CmdExamine(ObjManipCommand):
# we are only interested in specific attributes
caller.msg(self.format_attributes(obj, attrname, crop=False))
else:
if obj.sessid:
if hasattr(obj, "sessid") and obj.sessid:
mergemode = "session"
elif self.player_mode:
mergemode = "player"