Fixes from 29th of june
This commit is contained in:
@@ -43,8 +43,8 @@ Hooks.once("init", async function () {
|
||||
formula: "1d6",
|
||||
decimals: 3
|
||||
};
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
||||
/* ------------------------------- ------------- */
|
||||
game.socket.on("system.fvtt-hero-system-6", data => {
|
||||
Hero6Utility.onSocketMesssage(data)
|
||||
});
|
||||
@@ -96,7 +96,7 @@ Hooks.once("ready", function () {
|
||||
welcomeMessage();
|
||||
Hero6Utility.ready()
|
||||
Hero6Commands.ready()
|
||||
Hero6Combat.init()
|
||||
Hero6Combat.ready()
|
||||
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user