diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index 0d3644a..91e60c5 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -235,7 +235,7 @@ switch ($_POST['act']){ ); $anwserPlayer=get_IA_Response($currentBot['url'],$botParamsToSend); - if(!preg_match('/^[0-9]+,[0-9]$/',$anwserPlayer){ + 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"