Skip to content

Commit

Permalink
Merge pull request #789 from n3dst4/unregister-default-actor-sheet-788
Browse files Browse the repository at this point in the history
unregister default actor sheet
  • Loading branch information
n3dst4 committed May 31, 2024
2 parents 3bae829 + 4140d06 commit d7eb349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/startup/registerSheetsAndClasses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const registerSheetsAndClasses = () => {
CONFIG.ui.combat = InvestigatorCombatTracker;

// Register custom sheets (if any)
// Actors.unregisterSheet("core", ActorSheet);
Actors.unregisterSheet("core", ActorSheet);
Actors.registerSheet(constants.systemId, PCSheetClass, {
makeDefault: true,
types: [constants.pc],
Expand Down

0 comments on commit d7eb349

Please sign in to comment.