From 3ba9f979a3c80d4a277e4fd32fd9ea8296eed4cb Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 6 Jun 2016 11:46:28 +0200 Subject: [PATCH] . --- src/arenas/tictactoe/act.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }