From f5ae0e84f0476a4ad26c02ef9fb3de65fc557a14 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 20 Jun 2016 18:41:24 +0200 Subject: [PATCH] . --- src/arenas/Battleship/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index 87c1eaf..4b14dd5 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -290,7 +290,7 @@ switch ($_POST['act']){ ); $anwserPlayer=get_IA_Response($currentBot['url'],$botParamsToSend); $anwserPlayerJson=$anwserPlayer['responseArr']; - if($WantFullLogs){ + if($wantFullLogs){ $fullLogs.='Arena send to '.$currentBot['name'].''.htmlentities($anwserPlayer['messageSend']).'
HTTP status: '.htmlentities($anwserPlayer['httpStatus']).'
Bot anwser: '.htmlentities($anwserPlayer['response']).'
';