This commit is contained in:
libccy 2016-10-08 22:46:14 +08:00
parent 5babdf0e9f
commit 0ea632aa7d
1 changed files with 2 additions and 0 deletions

View File

@ -2649,10 +2649,12 @@
}
if(config.versus_mode=='two'){
map.replace_handcard_two.show();
map.replace_character_two.show();
map.change_identity.show();
}
else{
map.replace_handcard_two.hide();
map.replace_character_two.hide();
map.change_identity.remove();
}
},