diff --git a/src/arenas/tictactoe/act.php b/src/arenas/tictactoe/act.php index a520ad7..bd6c820 100644 --- a/src/arenas/tictactoe/act.php +++ b/src/arenas/tictactoe/act.php @@ -68,7 +68,7 @@ switch ($_POST['act']){ 'game' => 'tictactoe', 'players' => 2, 'board' => $map, - 'you' => $playerCHAR, + 'you' => $playerCHAR, 'player-index' =>$playerIndex ); @@ -126,7 +126,7 @@ switch ($_POST['act']){ $playerPlayingNow=1; } }else{ - echo "

".$playerName." a fait une réponse non conforme. Il perd

"; + echo "

".$playerName." a fait une réponse non conforme. Il perd

".json_encode($playerResponse)."

"; break; }