php debug output

This commit is contained in:
gnieark 2015-12-15 19:44:04 +01:00
parent 374683d060
commit ebf6583d56

View File

@ -132,7 +132,7 @@ switch ($_POST['act']){
}
foreach($nbBoatsIwant as $nb){
if($nb <> 0){
echo $currentBot['name']." n'a pas placé correctement ses bateaux. Il perd";
echo $currentBot['name']." n'a pas placé correctement ses bateaux. Il perd. sa réponse: <pre>'.$anwserPlayer.'</pre>";
if($player==1){
save_battle('Battleship',$bot1['name'],$bot2['name'],2);
}else{