Item Support #69
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { PlayerSheet } from "./PlayerSheet.mjs";
|
|||
|
||||
const { deepClone } = foundry.utils;
|
||||
|
||||
const removedParts = new Set([`content`, `tabs`]);
|
||||
const removedParts = new Set([`content`]);
|
||||
|
||||
export class AttributeOnlyPlayerSheet extends PlayerSheet {
|
||||
// #region Options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue