diff --git a/src/arenas/tron/js.js b/src/arenas/tron/js.js index ff140e0..c2107ff 100644 --- a/src/arenas/tron/js.js +++ b/src/arenas/tron/js.js @@ -61,7 +61,7 @@ function applyInitMessage(req){ } } } -function tron(bot1,bot2,xd_check){ +function tron(xd_check){ //empty while (document.getElementById('fightResult').firstChild) { document.getElementById('fightResult').removeChild(document.getElementById('fightResult').firstChild); diff --git a/src/arenas/tron/public.php b/src/arenas/tron/public.php index da6083e..550e2dd 100644 --- a/src/arenas/tron/public.php +++ b/src/arenas/tron/public.php @@ -29,7 +29,7 @@ foreach($bots as $bot){

-

+

\ No newline at end of file