This commit is contained in:
gnieark 2016-06-29 23:52:10 +02:00
parent ba26ec5979
commit 71b595dc48

View File

@ -20,7 +20,7 @@ function changeSelect(number,botId){
}else{
show_bot_panel(next);
}
if(number > 1){
if(number > 0){
document.getElementById('fightButton').disabled = false;
}
}