Undo code that got commented out

This commit is contained in:
Oliver-Akins 2025-06-04 21:18:10 -06:00
parent 8f993adb47
commit 4b11d12f81

View file

@ -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`)) {