Fixed refactoring issue
This commit is contained in:
parent
77a9dc53fd
commit
892b2522d2
|
@ -434,7 +434,7 @@ class ObjectDressup:
|
|||
for (id, loc, enabled, inaccessible) in self.bones:
|
||||
item = state.get(loc)
|
||||
if item:
|
||||
item[1].append(id)
|
||||
item[2].append(id)
|
||||
else:
|
||||
state[loc] = (enabled, inaccessible, [id])
|
||||
return state
|
||||
|
|
Loading…
Reference in New Issue
Block a user