mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Remove todo
This commit is contained in:
parent
cca93b032f
commit
bdeedf8c03
1 changed files with 0 additions and 1 deletions
|
|
@ -286,7 +286,6 @@ class ComponentHolderMixin:
|
|||
cmp_slot = cmp_class.get_component_slot()
|
||||
class_components[cmp_slot] = (cmp_name, cmp_values)
|
||||
|
||||
# TODO Is this necessary?
|
||||
instance_components = getattr(self, "_class_components", ())
|
||||
for cmp_name, cmp_values in instance_components:
|
||||
cmp_class = get_component_class(cmp_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue