From f860b6d6871f696c2fade31a4c325479fe55ac49 Mon Sep 17 00:00:00 2001 From: snap01 <43982555+snap01@users.noreply.github.com> Date: Sat, 21 May 2022 15:56:51 +0100 Subject: [PATCH] Prevent synthetic actors being deleted on update --- module/updater.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/updater.js b/module/updater.js index 5028fdee..e3efbdd4 100644 --- a/module/updater.js +++ b/module/updater.js @@ -100,8 +100,6 @@ export class Updater { static async update () { this.updateDocuments() - // Now the documents are updated, recheck the results - this.updateDocuments() // Migrate Settings if Pulp Rules is enabled turn on all rules if (game.settings.get('CoC7', 'pulpRules')) {