IcyLemonZ / pf2e-exploration-activities

A FoundryVTT module for Pathfinder2e. Adds a macro command that can be run by the GM which prompts selected players with a dropdown to select their current Exploration Activity and outputs the result to the Chat.
5 stars 14 forks source link

Fix to properly get user id in version 9 #2

Closed bfabe8 closed 2 years ago

bfabe8 commented 2 years ago

After updating to version 9, I noticed that this module no longer worked. After some investigation, it appears that user._id was moved to be user.data._id - this is a simple change to fix that