Skip to content

Commit

Permalink
fix: get rid of newItem check since it doesn't seem to do anything
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin9257 committed Jan 22, 2025
1 parent 478888f commit 0745408
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion src/module/entities/TwodsixItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export default class TwodsixItem extends Item {
}

Object.assign(updates, {"system.type": this.type});
Object.assign(updates, {"flags.twodsix.newItem": true});
await this.updateSource(updates);
}

Expand Down
32 changes: 0 additions & 32 deletions src/module/hooks/renderItemSheet.ts

This file was deleted.

0 comments on commit 0745408

Please sign in to comment.