Changed from updatig the existing token to deleting it and making a new one

This commit is contained in:
WBHarry 2026-06-30 18:52:10 +02:00
parent a96809f9de
commit 47ac1ec094
2 changed files with 50 additions and 12 deletions

View file

@ -38,7 +38,8 @@ export default class DHToken extends CONFIG.Token.documentClass {
tokens.filter(x => x.actor).map(x => x.actor)
);
}
super.createCombatants(tokens, combat ?? {});
await super.createCombatants(tokens, combat ?? {});
}
/**@inheritdoc */