For now, register all of the devMode stuff in the release
This commit is contained in:
parent
0ac7f07081
commit
f4d7ea59f3
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ Hooks.once(`init`, async () => {
|
|||
label: "dotdungeon.sheet-names.PetSheet"
|
||||
});
|
||||
|
||||
if (game.settings.get(`dotdungeon`, `devMode`)) {
|
||||
if (true || game.settings.get(`dotdungeon`, `devMode`)) {
|
||||
devInit();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue