Adds logging output and uses esmodules

This commit is contained in:
Alexander
2023-12-10 20:15:45 +01:00
parent 5f1e04efc3
commit e0d435e8d3
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
if(game.modules.get("on-site-vtt")?.active) {
console.log("on-site-vtt active");
Hooks.on("init", function () {
Hooks.on(
"getSceneControlButtons",