From 5c6e39e633b63ee93b1e73bf95a000d98d245169 Mon Sep 17 00:00:00 2001 From: ellimist25 Date: Fri, 13 Nov 2020 08:14:14 -0500 Subject: [PATCH] Enabled hooks debug and created class. --- module/characterImport.js | 1 + sw5e.js | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 module/characterImport.js 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