You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
At some point in reorganizing the show namespace to add support for phrase cues, the players-inside convenience value became disconnected with the implementation that it tried to resolve reflectively, causing a cryptic crash when it was used.
To Reproduce
Create a cue expression that tries to use players-inside.
Expected behavior
It should return a set of the player numbers currently positioned inside the cue.
The text was updated successfully, but these errors were encountered:
Describe the bug
At some point in reorganizing the show namespace to add support for phrase cues, the
players-inside
convenience value became disconnected with the implementation that it tried to resolve reflectively, causing a cryptic crash when it was used.To Reproduce
Create a cue expression that tries to use
players-inside
.Expected behavior
It should return a set of the player numbers currently positioned inside the cue.
The text was updated successfully, but these errors were encountered: