diff --git a/module/characterImport.js b/module/characterImport.js new file mode 100644 index 00000000..1bb5be3c --- /dev/null +++ b/module/characterImport.js @@ -0,0 +1 @@ +export default class characterImporter{} \ No newline at end of file diff --git a/sw5e.js b/sw5e.js index 0a04143a..594e174c 100644 --- a/sw5e.js +++ b/sw5e.js @@ -40,6 +40,8 @@ import * as migrations from "./module/migration.js"; /* -------------------------------------------- */ Hooks.once("init", function() { + console.log("Enabling Hooks debug."); + CONFIG.debug.hooks = true; console.log(`SW5e | Initializing Star Wars 5th Edition System\n${SW5E.ASCII}`); // Create a SW5E namespace within the game global