diff --git a/src/arenas/tron/js.js b/src/arenas/tron/js.js index 6686613..ff140e0 100644 --- a/src/arenas/tron/js.js +++ b/src/arenas/tron/js.js @@ -20,7 +20,7 @@ function changeSelect(number,botId){ }else{ show_bot_panel(next); } - if(number > 1){ + if(number > 0){ document.getElementById('fightButton').disabled = false; } }