OhhLoz / Harvester

A QoL FoundryVTT module to improve the harvesting and looting experience.
GNU General Public License v3.0
2 stars 2 forks source link

Bug with multiple harvest messages in chat and clicking earlier ones #4

Closed OhhLoz closed 5 months ago

OhhLoz commented 1 year ago

This is due to the fact that the current target is stored in a flag in the item, so once the item is used again this is overwritten and there is no way to access the old flag, so when the user clicks the check associated with the overwritten flag, it tries to access the flag which is a different targetId

p4535992 commented 5 months ago

Should be fixed with the requestor integration