diff --git a/SrcLive.js b/SrcLive.js index e0c68675..0616f2d9 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -288,7 +288,7 @@ function LiveSet() { } for(let i = 0; i < JYlives.length; i++){ - if(fails.indexOf(lJYlives[i])>-1){ + if(fails.indexOf(JYlives[i])>-1){ JYlives.splice(i,1); i = i - 1; }