diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index ca4df36..547d5d6 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -238,7 +238,7 @@ switch ($_POST['act']){ if(!preg_match('/^[0-9]+,[0-9]$/',$anwserPlayer)){ echo json_encode(array( 'target' => '', - 'log' => $currentBot['name']." a fait une réponse non conforme, il perd" + 'log' => $currentBot['name']." a fait une réponse non conforme, il perd.".$anwserPlayer )); save_battle('Battleship',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],$opponent); die;