Removed the system setting for playerCanEdit. It's always available now.

This commit is contained in:
WBHarry 2026-01-14 19:30:36 +01:00
parent 96c421cc6a
commit 067df2bdc1
5 changed files with 2 additions and 21 deletions

View file

@ -55,11 +55,6 @@ export default class DhAutomation extends foundry.abstract.DataModel {
initial: true,
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.resourceScrollTexts.label'
}),
playerCanEditSheet: new fields.BooleanField({
required: true,
initial: false,
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.playerCanEditSheet.label'
}),
defeated: new fields.SchemaField({
enabled: new fields.BooleanField({
required: true,