guozhan
This commit is contained in:
parent
e8afd28510
commit
89541571a4
|
@ -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;
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue