Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
averrin committed Nov 6, 2022
1 parent 73ca3de commit c258918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/EffectEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
effect.section = section;
logger.info(effect);
} else {
if (delay >= 1000) {
if (delay <= 1000) {
detectEffect(sid, delay * 2);
} else {
ui.notifications.error("Something went wrong.");
Expand Down

0 comments on commit c258918

Please sign in to comment.