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);
}
die;
}else{
$grid['logs'][] = $fullLogs.$currentBot['name']." put his ships on the map.";
}
//remember each cases of each boats
$boatListOfCases=array();
@ -224,6 +222,7 @@ switch ($_POST['act']){
die;
}
}
$grid['logs'][] = $fullLogs.$currentBot['name']." put his ships on the map.";
}
$_SESSION['ship1']=$postValues['nbShip1'];
$_SESSION['ship2']=$postValues['nbShip2'];