From 6497042f976024cea36fbeb62e2d5df81893b69e Mon Sep 17 00:00:00 2001 From: Sven Balzer <4653051+Kyuusokuna@users.noreply.github.com> Date: Thu, 1 May 2025 07:25:36 +0200 Subject: [PATCH] get rid of old {Actor,Item}Sheet unregisters --- src/main.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.mjs b/src/main.mjs index 838a34f..e4f238d 100644 --- a/src/main.mjs +++ b/src/main.mjs @@ -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: [