Moerill / fvtt-find-the-culprit

MIT License
8 stars 10 forks source link

Not working in v12 #46

Open ctbritt opened 3 months ago

ctbritt commented 3 months ago

made a pull request. Change line 58 to

- game.modules.get(e)?.data.title
+ game.modules.get(e)?.title
apoapostolov commented 3 months ago

There are four more instances of the window opening, and your fix only on line 58 will cause a process to brick after the first filtering. Once I changed all of them, the mod now works properly.