Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Fix duplicate hook calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Djphoenix719 committed Jul 31, 2021
1 parent cd4e7c0 commit 9c642bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion FVTT-Common
3 changes: 0 additions & 3 deletions src/module/Setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,6 @@ export const setup = () => {
});
});

Hooks.on('setup', () => ModuleSettings.instance.onSetup());
Hooks.on('ready', () => ModuleSettings.instance.onReady());

Hooks.on('setup', registerHandlebarsTemplates);
Hooks.on('setup', registerHandlebarsHelpers);

Expand Down

0 comments on commit 9c642bb

Please sign in to comment.