This commit is contained in:
Gnieark 2016-06-20 18:47:15 +02:00
parent f5ae0e84f0
commit 65f077a416

View File

@ -182,8 +182,6 @@ switch ($_POST['act']){
save_battle('Battleship',$bot1['name'],$bot2['name'],1); save_battle('Battleship',$bot1['name'],$bot2['name'],1);
} }
die; die;
}else{
$grid['logs'][] = $fullLogs.$currentBot['name']." put his ships on the map.";
} }
//remember each cases of each boats //remember each cases of each boats
$boatListOfCases=array(); $boatListOfCases=array();
@ -224,6 +222,7 @@ switch ($_POST['act']){
die; die;
} }
} }
$grid['logs'][] = $fullLogs.$currentBot['name']." put his ships on the map.";
} }
$_SESSION['ship1']=$postValues['nbShip1']; $_SESSION['ship1']=$postValues['nbShip1'];
$_SESSION['ship2']=$postValues['nbShip2']; $_SESSION['ship2']=$postValues['nbShip2'];