Skip to content

Commit

Permalink
Prevent synthetic actors being deleted on update
Browse files Browse the repository at this point in the history
  • Loading branch information
snap01 committed May 21, 2022
1 parent 2514f11 commit f860b6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions module/updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit f860b6d

Please sign in to comment.