mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
fix _get_cmdset return type
This commit is contained in:
parent
7a7416b084
commit
8a031192e0
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ def get_and_merge_cmdsets(
|
|||
try:
|
||||
returnValue(obj.get_cmdsets(caller=caller, current=current))
|
||||
except AttributeError:
|
||||
returnValue(((None, None, None), []))
|
||||
returnValue((CmdSet(), []))
|
||||
|
||||
local_obj_cmdsets = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue