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']).'
';