caewok / fvtt-token-cover

Alternative token cover for use with Foundry VTT
MIT License
4 stars 4 forks source link

V0.9.1 Alternative Token cover refers to Settings.js in patching.js #25

Closed tposney closed 3 months ago

tposney commented 4 months ago

This is not a problem on windows since filenames are not case sensitive, but on Linux it causes an error on module load. I just changed the import statement in patching.js to settings.js instead of Settings.js and it all works

caewok commented 3 months ago

Fixed in v0.9.2. Thanks!