diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index d83a00c..d9069ab 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -150,7 +150,7 @@ switch ($_POST['act']){ die; } - $boatsPlayer = $anwserPlayerJson['boats'] + $boatsPlayer = $anwserPlayerJson['boats']; //init grid for($y = 0; $y < $postValues['gridHeight']; $y++){