get rid of old {Actor,Item}Sheet unregisters
This commit is contained in:
parent
735650358a
commit
6497042f97
@ -56,7 +56,6 @@ Hooks.once("init", async function() {
|
||||
|
||||
CONFIG.statusEffects = [];
|
||||
|
||||
DocumentSheetConfig.unregisterSheet(Actor, "core", ActorSheet);
|
||||
DocumentSheetConfig.registerSheet(Actor, "dsa41", DSA41_ActorSheet, {
|
||||
makeDefault: true,
|
||||
types: [
|
||||
@ -64,7 +63,6 @@ Hooks.once("init", async function() {
|
||||
]
|
||||
});
|
||||
|
||||
DocumentSheetConfig.unregisterSheet(Item, "core", ItemSheet);
|
||||
DocumentSheetConfig.registerSheet(Item, "dsa41", DSA41_ItemSheetV2, {
|
||||
makeDefault: true,
|
||||
types: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user