First working version of new Attribute/Tag categories
This commit is contained in:
parent
bdacc7beba
commit
630d31cac4
2 changed files with 4 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue