This commit is contained in:
libccy 2016-04-21 14:06:45 +08:00
parent e8afd28510
commit 89541571a4
2 changed files with 2 additions and 1 deletions

View File

@ -5164,6 +5164,7 @@
next.callback=callback;
next.switchToAuto=switchToAuto;
next.processAI=processAI;
next.complexSelect=true;
game.resume();
},current,event.callback,event.switchToAuto,event.processAI);
target._choose_button_ol=current;

View File

@ -646,7 +646,7 @@ mode.guozhan={
}
}
for(var i in result){
if(result[i]=='ai'){
if(result[i]=='ai'||!reult[i].links||result[i].links.length<1){
if(sort){
sort=false;
event.list.randomSort();