Skip to content

Commit

Permalink
unregister default actor sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
n3dst4 committed May 31, 2024
1 parent 3bae829 commit 4140d06
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 4140d06

Please sign in to comment.