Skip to content

Commit

Permalink
Remove unimportant bit
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Jun 12, 2022
1 parent 127fb51 commit 169dc59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/auto-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Hooks.on("renderSettings", () => {
})

async function importAll() {
const module = game.modules.get("pf2e-jb2a-macros");
await game.packs.get("pf2e-jb2a-macros.Actors").importAll();
game.settings.set("pf2e-jb2a-macros", "imported", true);
game.settings.set("pf2e-jb2a-macros", "version", version);
Expand Down

0 comments on commit 169dc59

Please sign in to comment.