forked from GitHub-Mirrors/foundry-sw5e
Enabled hooks debug and created class.
This commit is contained in:
parent
1c3cc3dd37
commit
5c6e39e633
2 changed files with 3 additions and 0 deletions
1
module/characterImport.js
Normal file
1
module/characterImport.js
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export default class characterImporter{}
|
2
sw5e.js
2
sw5e.js
|
@ -40,6 +40,8 @@ import * as migrations from "./module/migration.js";
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
|
|
||||||
Hooks.once("init", function() {
|
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}`);
|
console.log(`SW5e | Initializing Star Wars 5th Edition System\n${SW5E.ASCII}`);
|
||||||
|
|
||||||
// Create a SW5E namespace within the game global
|
// Create a SW5E namespace within the game global
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue