Skip to content

Commit

Permalink
Stop message spam
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashe committed Oct 18, 2024
1 parent 385d575 commit 4aba0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/migration/migrations/115-rules-automation.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class Migration115RulesAutomation extends MigrationBase {
static version = 0.115;
requiresFlush = true;

static once = false;
static once = game.settings.get("ptu","worldSchemaVersion") >= Migration115RulesAutomation.version;

/**
* @type {MigrationBase['updateItem']}
Expand Down

0 comments on commit 4aba0ef

Please sign in to comment.