Made changes to examine command (to also display SessionCmdSet) and also made some more fixes.

This commit is contained in:
Griatch 2013-11-12 21:39:15 +01:00
parent 0ea57f33a9
commit 30b7d2a405
2 changed files with 4 additions and 1 deletions

View file

@ -224,6 +224,7 @@ def get_and_merge_cmdsets(caller, session, player, obj, callertype, sessid=None)
for cset in (cset for cset in local_obj_cmdsets if cset):
cset.duplicates = cset.old_duplicates
#print "merged set:", cmdset.key
returnValue(cmdset)