FIX_ minor fixes

This commit is contained in:
Joaquin Pereyra 2025-07-18 15:32:57 -03:00
parent ff8c257d2c
commit 103071bd15
2 changed files with 1 additions and 2 deletions

View file

@ -66,7 +66,7 @@ Hooks.once('init', () => {
CONFIG.Token.documentClass = documents.DhToken;
CONFIG.Token.prototypeSheetClass = applications.sheetConfigs.DhPrototypeTokenConfig;
DocumentSheetConfig.unregisterSheet(TokenDocument, 'core', foundry.applications.sheets.TokenConfig);
DocumentSheetConfig.registerSheet(TokenDocument, 'dnd5e', applications.sheetConfigs.DhTokenConfig, {
DocumentSheetConfig.registerSheet(TokenDocument, SYSTEM.id, applications.sheetConfigs.DhTokenConfig, {
makeDefault: true
});