KayelGee / token-attacher

MIT License
11 stars 18 forks source link

game.user._id has been changed to game.userId #75

Closed ThirtyThreeAs closed 1 year ago

ThirtyThreeAs commented 2 years ago

https://github.com/KayelGee/token-attacher/blob/c6400da582275d77ae04068ee7fcb06bf04f0991/packs/example-macros.db#L10

The example macro for creating a template and attaching it to a token uses game.user._id which was removed at some point in Foundry 9. The correct reference is now game.userId

KayelGee commented 2 years ago

it's funny how v9 is nearing it's end and these things still pop up