diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index 7cd6437..d0c7141 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -277,7 +277,7 @@ switch ($_POST['act']){ echo json_encode(array( 'opponent'=> $opponent, 'target' => $x.",".$y, - 'log' => $currentBot['name']."tire en ".$x.",".$y." ".$result, + 'log' => $currentBot['name']." tire en ".$x.",".$y." ".$result, 'continue' => $continue ));