From 3d0122e2d41a23feb09efde3cf2c8a9a7a18d6d9 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sun, 19 Jun 2016 21:26:01 +0200 Subject: [PATCH] . --- src/arenas/Battleship/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++){