vtt-lair / token-replacer

Foundry VTT - Automatically replace NPC actor tokens and/or portraits dependent on token assets saved in a defined folder structure
MIT License
5 stars 4 forks source link

Rename `debug` global variable to avoid collisions #60

Closed kandashi closed 3 years ago

kandashi commented 3 years ago

https://github.com/vtt-lair/token-replacer/blob/a803aa5f2b33d6ad684a4238ba1cf643da1b0583/scripts/token-replacer.js#L16

causes namespace issues when 2 modules use the same variable, this occured with Active Auras and just giving you a heads up

vtt-lair commented 3 years ago

Thanks @kandashi, will release a fix to this today