diff --git a/src/arenas/tictactoe/js.js b/src/arenas/tictactoe/js.js index 97bee88..d5031f5 100644 --- a/src/arenas/tictactoe/js.js +++ b/src/arenas/tictactoe/js.js @@ -22,5 +22,5 @@ function tictactoe(bot1,bot2,xd_check,fullLogs){ }}; xhr.open("POST", '/tictactoe', true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); - xhr.send('act=fight&bot1=' + bot1 + '&bot2=' + bot2 + '&fulLLog' = fullLogs + '&xd_check=' + xd_check); + xhr.send('act=fight&bot1=' + bot1 + '&bot2=' + bot2 + '&fulLLog=' + fullLogs + '&xd_check=' + xd_check); }