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

[BUG] - play({local: true}) is not local #281

Closed MrVauxs closed 2 months ago

MrVauxs commented 2 months ago

Describe the bug Animations played with play({local: true}) are not played locally, but globally (other users see it).

To Reproduce

new Sequence()
        .effect()
            .file("jb2a.shield.03.complete")
            .attachTo(token)
            .scaleToObject(1.5)
            .persist()
        .play({local: true})

Play with 2 windows open on different accounts. See that the animation is not local.

Expected behavior The Sequence being local and only visible to one user.

Screenshots

https://github.com/user-attachments/assets/de47c008-b1ee-4a9c-84ba-64cefc6107be

Setup:

Active modules:

MrVauxs commented 2 months ago

This happened because of git.

chrome_pcRO3eYsZq

Haxxer commented 2 months ago

Fixed in 3.2.12