mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3376 from InspectorCaracal/patch-17
fix _get_cmdset return type
This commit is contained in:
commit
0d8db621c6
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