Improved migration

This commit is contained in:
WBHarry 2026-07-16 15:03:40 +02:00
parent 737a0b03ad
commit f1599bf566

View file

@ -5,7 +5,7 @@ export class Migration_2_6_0 extends MigrationHandlerBase {
/** @inheritdoc */
async updateActorSource(actor) {
if (actor.type === 'party') {
if (actor.type === 'party' && Object.keys(actor.system.tagTeam.members).length) {
return {
_id: actor._id,
system: {