mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
remove invalid None cmdset value
This commit is contained in:
parent
3b84ec1b42
commit
a38291f1b1
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ def get_and_merge_cmdsets(
|
|||
"""
|
||||
# Gather cmdsets from location, objects in location or carried
|
||||
try:
|
||||
local_obj_cmdsets = [None]
|
||||
local_obj_cmdsets = []
|
||||
try:
|
||||
location = obj.location
|
||||
except Exception:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue