Exclude SiblingTemplates to be automatically specified
All checks were successful
E2E Testing / test (push) Successful in 1m34s
All checks were successful
E2E Testing / test (push) Successful in 1m34s
This commit is contained in:
parent
49521cba87
commit
bf5403814a
@ -23,7 +23,6 @@ export class Character extends ModelComponent implements TemplateElement {
|
||||
} else if(gamesystem instanceof ProductTemplateSystem) {
|
||||
this.characterSpecificTemplateSystems.push(gamesystem)
|
||||
gamesystem.addTemplateElement(this)
|
||||
gamesystem.innerGamesystems.forEach(innerGamesystem => this.addCharacterSpecificSimpleTemplatesystem(innerGamesystem))
|
||||
}
|
||||
|
||||
if(gamesystem.parentGamesystem != undefined) {
|
||||
|
Loading…
Reference in New Issue
Block a user