diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index 6a3a028..dd925be 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -141,7 +141,7 @@ switch ($_POST['act']){ if(!isset($anwserPlayerJson['boats'])){ - echo $fullLogs.$currentBot['name']." a fait une réponse non conforme, il perd.".$anwserPlayer; + echo $fullLogs.$currentBot['name']." a fait une réponse non conforme, il perd."; if($player==1){ save_battle('Battleship',$bot1['name'],$bot2['name'],2); }else{