Skip to content

Commit

Permalink
Merge pull request #31 from kandashi/0.1.18
Browse files Browse the repository at this point in the history
0.1.18
  • Loading branch information
kandashi authored Apr 20, 2021
2 parents e51a790 + b11eb36 commit c4aa732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Custom Token Animations",
"description": "Custom Token Animations",
"author": "Kandashi",
"version": "0.1.17",
"version": "0.1.18",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"dependencies": [
Expand Down
3 changes: 2 additions & 1 deletion src/CTA.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
let CTAsocket;
class CTArender {
/**
* flagData = {
Expand Down Expand Up @@ -653,7 +654,7 @@ class CTA {
}

Hooks.once("socketlib.ready", () => {
let CTAsocket = socketlib.registerModule("Custom-Token-Animations");
CTAsocket = socketlib.registerModule("Custom-Token-Animations");
CTAsocket.register("renderAnim", CTArender.RenderAnim)
CTAsocket.register("removeByName", CTA.removeAnimByName)
CTAsocket.register("removeById", CTA.removeAnim)
Expand Down

0 comments on commit c4aa732

Please sign in to comment.