Update module/applications/ui/combatTracker.mjs

Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
This commit is contained in:
WBHarry 2026-03-28 02:54:47 +01:00 committed by GitHub
parent 9da7af7e98
commit a31208a5be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -188,9 +188,7 @@ export default class DhCombatTracker extends foundry.applications.sidebar.tabs.C
round: this.viewed.round + 1
});
await combatant.update(update);
if (!combatant.token) return;
clearPreviousSpotlight();
if (combatant.token) clearPreviousSpotlight();
}
async clearTurn() {