Corrected task parent types.

This commit is contained in:
2016-11-09 12:40:15 +01:00
parent 3361aad44d
commit c4b9564398

View File

@@ -74,5 +74,5 @@ node_type_task = {
'time': {'visible': False},
},
'parent': ['task', 'shot'],
'parent': ['attract_task', 'attract_shot'],
}