From 555afe0901f68ba74ea1b38b4fc30ce9c52317fb Mon Sep 17 00:00:00 2001 From: gnieark Date: Sun, 12 Jun 2016 22:44:02 +0200 Subject: [PATCH] more logs on tictactoe --- src/arenas/tictactoe/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/tictactoe/act.php b/src/arenas/tictactoe/act.php index 3376599..9800359 100644 --- a/src/arenas/tictactoe/act.php +++ b/src/arenas/tictactoe/act.php @@ -75,7 +75,7 @@ switch ($_POST['act']){ if(isset($tempPlayer['responseArr']['play'])){ $playerResponse = $tempPlayer['responseArr']['play']; }else{ - $anwserPlayer = -1; + $playerResponse = -1; } //tester la validité de la réponse