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 = [];
|
CONFIG.statusEffects = [];
|
||||||
|
|
||||||
DocumentSheetConfig.unregisterSheet(Actor, "core", ActorSheet);
|
|
||||||
DocumentSheetConfig.registerSheet(Actor, "dsa41", DSA41_ActorSheet, {
|
DocumentSheetConfig.registerSheet(Actor, "dsa41", DSA41_ActorSheet, {
|
||||||
makeDefault: true,
|
makeDefault: true,
|
||||||
types: [
|
types: [
|
||||||
@ -64,7 +63,6 @@ Hooks.once("init", async function() {
|
|||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
DocumentSheetConfig.unregisterSheet(Item, "core", ItemSheet);
|
|
||||||
DocumentSheetConfig.registerSheet(Item, "dsa41", DSA41_ItemSheetV2, {
|
DocumentSheetConfig.registerSheet(Item, "dsa41", DSA41_ItemSheetV2, {
|
||||||
makeDefault: true,
|
makeDefault: true,
|
||||||
types: [
|
types: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user