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 17 forks source link

Fix sound `atLocation` version check #225

Closed Codas closed 3 weeks ago

Codas commented 3 weeks ago

When trying to play sounds in Foundry V12 with the new atLocation feature, I received an error that atLocation for sounds is not supported on Foundry V11 .

I believe the check in sound.js should only throw this error on foundry versions other than 12 instead of for version 12.