From 9c74f4cef4a6859be6030eda0c36fead1caef081 Mon Sep 17 00:00:00 2001 From: gnieark Date: Sun, 19 Jun 2016 23:59:24 +0200 Subject: [PATCH] . --- src/arenas/Battleship/act.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index 0b38987..7b59991 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -280,9 +280,9 @@ switch ($_POST['act']){ $anwserPlayer=get_IA_Response($currentBot['url'],$botParamsToSend); $anwserPlayerJson=$anwserPlayer['responseArr']; if($fullLogs){ - $fullLogs='Arena send to '.$currentBot['name'].''.htmlentities($anwserPlayerJson['messageSend']).'
- HTTP status: '.htmlentities($anwserPlayerJson['httpStatus']).'
- Bot anwser: '.htmlentities($anwserPlayerJson['response']).'
'; + $fullLogs='Arena send to '.$currentBot['name'].''.htmlentities($anwserPlayer['messageSend']).'
+ HTTP status: '.htmlentities($anwserPlayer['httpStatus']).'
+ Bot anwser: '.htmlentities($anwserPlayer['response']).'
'; }else{ $fullLogs=""; }