Make at_get_cmdset get receive a parallel kwarg.

This commit is contained in:
Griatch 2017-03-01 15:20:30 +01:00
parent b73a0f8f8c
commit 357e829d4e
2 changed files with 3 additions and 3 deletions

View file

@ -1033,8 +1033,8 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
have no cmdsets.
Kwargs:
Usually not set but could be used e.g. to force rebuilding
of a dynamically created cmdset or similar.
caller (Session, Object or Player): The caller requesting
this cmdset.
"""
pass