Skip to content

Commit

Permalink
Fix actor sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bauer committed Dec 1, 2024
1 parent ff5fcca commit c43d32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/actor/sheets/BCActorSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class BCActorSheet extends ActorSheet {

return {
name: field.name,
value: this.actor.data.data.fields[field.name],
value: this.actor.system.fields[field.name],
label: game.i18n.localize(`BC.Sheet.Fields.${this.capitalisation(field.name)}`),
skills: skills,
path: `system.fields.${field.name}`,
Expand Down

0 comments on commit c43d32d

Please sign in to comment.