This commit is contained in:
Gnieark 2016-06-19 21:26:01 +02:00
parent 814c7c3801
commit 3d0122e2d4

View File

@ -150,7 +150,7 @@ switch ($_POST['act']){
die; die;
} }
$boatsPlayer = $anwserPlayerJson['boats'] $boatsPlayer = $anwserPlayerJson['boats'];
//init grid //init grid
for($y = 0; $y < $postValues['gridHeight']; $y++){ for($y = 0; $y < $postValues['gridHeight']; $y++){