From 4b11d12f8137e75889a26c1a6f0ce8bdd1ca40dc Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Wed, 4 Jun 2025 21:18:10 -0600 Subject: [PATCH] Undo code that got commented out --- module/hooks/init.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/hooks/init.mjs b/module/hooks/init.mjs index ef5bd74..e7e1d2d 100644 --- a/module/hooks/init.mjs +++ b/module/hooks/init.mjs @@ -47,9 +47,9 @@ Hooks.on(`init`, () => { manager: TableManager, }; - // if (import.meta.env.DEV) { - // CONFIG.stats.db = MemoryDatabase; - // }; + if (import.meta.env.DEV) { + CONFIG.stats.db = MemoryDatabase; + }; game.modules.get(__ID__).api = api; if (game.settings.get(__ID__, `globalAPI`)) {