Feu-Secret / Tokenmagic

A Foundry VTT module that allows you to add animations and graphic effects to tokens, tiles, templates and drawings.
GNU General Public License v3.0
52 stars 36 forks source link

Fixed a bug where players could not invoke effects in Permissive Mode #172

Closed GSV-a-Nest-of-Kindled-Embers closed 2 years ago

GSV-a-Nest-of-Kindled-Embers commented 2 years ago

Fixed a bug where players attempting to invoke effects in Permissive Mode failed.

This was due to a lone, depreciated updateEmbeddedEntity call, which had to be changed to an updateEmbeddedDocuments call.