删除不必要的国战清空lib.characterReplace

This commit is contained in:
mengxinzxz 2023-12-09 19:27:50 +08:00
parent b6a395c3b0
commit ad62579b8f
1 changed files with 2 additions and 2 deletions

View File

@ -150,12 +150,12 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
else lib.character[i][1]='qun';
}
}
lib.characterReplace={};
//lib.characterReplace={};
},_status.mode,_status.separatism);
game.randomMapOL();
}
else{
lib.characterReplace={};
//lib.characterReplace={};
for(var i=0;i<game.players.length;i++){
game.players[i].node.name.hide();
game.players[i].node.name2.hide();