Undo code that got commented out
This commit is contained in:
parent
8f993adb47
commit
4b11d12f81
1 changed files with 3 additions and 3 deletions
|
|
@ -47,9 +47,9 @@ Hooks.on(`init`, () => {
|
||||||
manager: TableManager,
|
manager: TableManager,
|
||||||
};
|
};
|
||||||
|
|
||||||
// if (import.meta.env.DEV) {
|
if (import.meta.env.DEV) {
|
||||||
// CONFIG.stats.db = MemoryDatabase;
|
CONFIG.stats.db = MemoryDatabase;
|
||||||
// };
|
};
|
||||||
|
|
||||||
game.modules.get(__ID__).api = api;
|
game.modules.get(__ID__).api = api;
|
||||||
if (game.settings.get(__ID__, `globalAPI`)) {
|
if (game.settings.get(__ID__, `globalAPI`)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue