diff --git a/src/arenas/tron/js.js b/src/arenas/tron/js.js index 412587c..1ed0111 100644 --- a/src/arenas/tron/js.js +++ b/src/arenas/tron/js.js @@ -102,8 +102,10 @@ function play(gameId,xd_check){ req.onreadystatechange = function(){ if(req.readyState == 4){ if(req.status == 200) { - addLog(req.responseText); - + addLog(req.responseText); + var reponse = JSON.parse(req.responseText); + + }else{ }