Skip to content

Commit

Permalink
pass selected queue along with random effect
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggz committed Jan 26, 2020
1 parent c43dfee commit f5300e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/effects/builtin/randomEffect.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ const randomEffect = {
trigger: event.trigger,
effects: {
id: effectList.id,
list: [chosenEffect]
list: [chosenEffect],
queue: effectList.queue
}
};

Expand Down

0 comments on commit f5300e0

Please sign in to comment.