oOve / FollowMe

Follow Me is a module for Foundry VTT that allows tokens to follow or be followed by other tokens.
https://github.com/oOve/FollowMe
4 stars 3 forks source link

Fixed an error when stopping following tokens in V12 #14

Closed alessiocali closed 2 months ago

alessiocali commented 2 months ago

There was an error when unsetting the follow me flag by putting it to null, and later updating it again. This causes issues with later versions of foundry. Calling unsetFlag works instead.

thejoester commented 2 months ago

Does this also fix where it will not stop following in combat even when the option is checked?