From 72bd49f825f68e262ffa9a7635f16fa1ac2d84eb Mon Sep 17 00:00:00 2001 From: Gnieark Date: Wed, 11 May 2016 11:21:50 +0200 Subject: [PATCH] fix --- src/arenas/connectFour/act.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arenas/connectFour/act.php b/src/arenas/connectFour/act.php index 036cd50..d60c5ac 100644 --- a/src/arenas/connectFour/act.php +++ b/src/arenas/connectFour/act.php @@ -71,8 +71,8 @@ switch ($_POST['act']){ //make post datas to send $postDatas=array( - 'game' => 'conectFour', - 'match_id' => $_SESSION['matchId']. $_SESSION['currentPlayer'], + 'game' => 'connectFour', + 'match_id' => $_SESSION['matchId']."-".$_SESSION['currentPlayer'], //'opponent' => $opponentName, 'you' => $you, 'grid' => json_encode( $_SESSION['map'])