updated to version 0.1.16
This commit is contained in:
parent
fd1b01b3b4
commit
258c6237d5
@ -6,7 +6,7 @@
|
||||
"authors": [
|
||||
{ "name": "Robin Riis" }
|
||||
],
|
||||
"version": "0.1.15",
|
||||
"version": "0.1.16",
|
||||
"socket": true,
|
||||
"minimumCoreVersion": 10,
|
||||
"compatibility": {
|
||||
|
||||
@ -1,9 +1,10 @@
|
||||
import PuckoPruttApi from "./puckoapi/puckoapi.js";
|
||||
import puckocommand from "./puckochat/commands.js";
|
||||
import { PuckoPruttApi } from "./puckoapi/puckoapi.js";
|
||||
|
||||
let puckoprutt = null;
|
||||
Hooks.once("setup", async function() {
|
||||
puckoprutt = new PuckoPruttApi();
|
||||
game.modules.get("puckoprutt-foundry-module").api = puckoprutt;
|
||||
});
|
||||
|
||||
Hooks.on("init", async function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user