This commit is contained in:
libccy 2018-08-13 21:40:49 +08:00
parent 3ab162fdcd
commit 4a72274c5e
1 changed files with 2 additions and 2 deletions

View File

@ -9567,8 +9567,8 @@
if(event.choice.length>1){
for(var i=0;i<event.choice.length;i++){
if(!filter2(i)){
event.list.splice(i--,1);
if(event.list.length<=1) break;
event.choice.splice(i--,1);
if(event.choice.length<=1) break;
}
}
}