This commit is contained in:
WBHarry 2026-06-29 14:21:03 +02:00
parent bca28c0f44
commit 4d161b423a

View file

@ -171,9 +171,9 @@ export async function runMigrations() {
members: missingMembers members: missingMembers
}); });
await game.settings.set(CONFIG.DH.id, 'TagTeamRoll', tagTeam); await game.settings.set(CONFIG.DH.id, 'TagTeamRoll', tagTeam);
} finally { } catch { }
lastMigrationVersion = '1.2.7';
} lastMigrationVersion = '1.2.7';
} }
if (foundry.utils.isNewerVersion('1.5.5', lastMigrationVersion)) { if (foundry.utils.isNewerVersion('1.5.5', lastMigrationVersion)) {