diff --git a/src/arenas/connectFour/act.php b/src/arenas/connectFour/act.php index 97057dd..914e32c 100644 --- a/src/arenas/connectFour/act.php +++ b/src/arenas/connectFour/act.php @@ -74,7 +74,7 @@ switch ($_POST['act']){ 'game' => 'conectFour', 'match_id' => $_SESSION['matchId']. $_SESSION['currentPlayer'], //'opponent' => $opponentName, - 'you' => $you + 'you' => $you, 'grid' => json_encode( $_SESSION['map']) );