Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Feb 4, 2022
1 parent 7f51ae9 commit f7187b5
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
Expand Up @@ -492,7 +492,7 @@ class TaggerHandler {
if(locationName && locationName.startsWith("[Tagger] ")) {
const tag = locationName.replace("[Tagger] ", "");
const [newTag] = this.applyRules([tag]);
setProperty(documentData, `flags.monks-active-tiles.actions.${i}.data.location.id`, `[Tagger] ${newTag}`);
setProperty(documentData, `flags.monks-active-tiles.actions.${i}.data.location.name`, `[Tagger] ${newTag}`);
}

let locationId = action?.data?.location?.id;
Expand Down

0 comments on commit f7187b5

Please sign in to comment.