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
47 stars 24 forks source link

Add missing import of SequencerPreloader #224

Closed Codas closed 3 months ago

Codas commented 3 months ago

When trying to preload assets with for example

Sequencer.Preloader.preloadForClients(['jb2a.pack_hound_missile.orange'])

Sequencer throws an error because SequencerPreloader is not in scope in the sockets.js file.