Added warrior

This commit is contained in:
WBHarry 2025-08-03 23:50:54 +02:00
parent 0bcff99ef7
commit 2cfce46405
24 changed files with 1042 additions and 6 deletions

View file

@ -130,7 +130,7 @@ export default function DHApplicationMixin(Base) {
docs.push(doc);
}
docs.filter(doc => doc).map(doc => (doc.apps[this.id] = this));
docs.filter(doc => doc).forEach(doc => (doc.apps[this.id] = this));
if (!!this.options.contextMenus.length) this._createContextMenus();
}