Skip to content

Commit

Permalink
Merge pull request #16 from MrVauxs/patch-1
Browse files Browse the repository at this point in the history
Update sequencer-db.js
  • Loading branch information
jackkerouac authored Dec 2, 2022
2 parents 971badd + 57e6a32 commit ba00d1e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/sequencer-db.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Hooks.once('ready', () => {
if (game.modules.get("sequencer")?.active) {
Hooks.once('sequencer.ready', () => {
const PATH = "modules/animated-spell-effects-cartoon/spell-effects/cartoon";
const cartoonDatabase = {
"air": {
Expand Down Expand Up @@ -929,5 +928,5 @@ Hooks.once('ready', () => {
},
};
Sequencer.Database.registerEntries('animated-spell-effects-cartoon', cartoonDatabase);
}
});

});

0 comments on commit ba00d1e

Please sign in to comment.