fantasycalendar / FoundryVTT-Sequencer

This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Other
41 stars 19 forks source link

Fixes a small typo #183

Closed LukeAbby closed 1 year ago

LukeAbby commented 1 year ago

The code was `Sequencer``...` which made "Sequencer" get interpreted as a tagged function rather than as text and try to call it, erroring. I believe the intent was `Sequencer | ...`.

Haxxer commented 1 year ago

Thanks for the contribution!