mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Make at_get_cmdset get receive a parallel kwarg.
This commit is contained in:
parent
b73a0f8f8c
commit
357e829d4e
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue