This commit is contained in:
gnieark 2016-05-14 23:00:28 +02:00
parent a1b5a6626f
commit b370cf2f91

View File

@ -68,5 +68,5 @@ function connectFour(bot1,bot2,xd_check, newGame){
}else{
var act=fight;
}
xhr.send('act=newFight&bot1=' + bot1 + '&bot2=' + bot2 + '&xd_check=' + xd_check);
xhr.send('act=' + act + '&bot1=' + bot1 + '&bot2=' + bot2 + '&xd_check=' + xd_check);
}