Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jul 1, 2024
1 parent 6d7220c commit 5f86714
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 14 deletions.
7 changes: 0 additions & 7 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
"styles/module.css"
],
"packs": [
{
"name": "bossbarmacros",
"label": "Boss Bar Macros",
"path": "packs/macros.db",
"type": "Macro",
"private": false
}
],
"url": "https://github.com/theripper93/Boss-Bar",
"manifest": "https://github.com/theripper93/Boss-Bar/releases/latest/download/module.json",
Expand Down
Binary file removed packs/macros/000326.ldb
Binary file not shown.
Empty file removed packs/macros/000354.log
Empty file.
1 change: 0 additions & 1 deletion packs/macros/CURRENT

This file was deleted.

Empty file removed packs/macros/LOCK
Empty file.
3 changes: 0 additions & 3 deletions packs/macros/LOG

This file was deleted.

3 changes: 0 additions & 3 deletions packs/macros/LOG.old

This file was deleted.

Binary file removed packs/macros/MANIFEST-000353
Binary file not shown.
3 changes: 3 additions & 0 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { Socket } from "./lib/socket.js";
export const MODULE_ID = "bossbar";

Hooks.once("ready", function () {

ui.BossBar = BossBar;

Socket.register("cameraPan", BossBar.cameraPan);

game.settings.register("bossbar", "currentHpPath", {
Expand Down

0 comments on commit 5f86714

Please sign in to comment.