Skip to content

Commit

Permalink
Fix for token status effect not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Aug 13, 2024
1 parent 988ee14 commit 60e1886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Import necessary modules and constants
import { autoColorRing } from "./autoColorRing.js";
import { preUpdateActor, targetToken, updateActor } from "./hooks.js";
import { applyTokenStatusEffect, preUpdateActor, targetToken, updateActor } from "./hooks.js";
import { MODULE_ID } from "./misc.js";
import { registerSettings } from "./settings.js";

Expand Down

0 comments on commit 60e1886

Please sign in to comment.