From 11bd6ffcc464d7f318f2230572330e946979bb51 Mon Sep 17 00:00:00 2001 From: gnieark Date: Sun, 12 Jun 2016 22:42:14 +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 c0c5227..79570af 100644 --- a/src/arenas/tictactoe/act.php +++ b/src/arenas/tictactoe/act.php @@ -133,7 +133,7 @@ switch ($_POST['act']){ echo "

".$playerName." made a non conform anwser, he lost:
Bots Arena sent:".$tempPlayer['messageSend']."
".$currentBotName." HTTP STATUS: ".$tempPlayer['httpStatus']."
- His response: ".htmlentities($tempPlayer['response'])."

", + His response: ".htmlentities($tempPlayer['response'])."

"; break;