From e07f3164035306c27eb057d6c31c7084fa633325 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 14 Dec 2015 20:06:22 +0100 Subject: [PATCH] erf --- 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 03f5684..ece367c 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -83,7 +83,7 @@ switch ($_POST['act']){ ); $anwserPlayer1=get_IA_Response($bot1['url'],$bot1ParamsToSend); if(!$boatsPlayer1 = json_decode($anwserPlayer1)){ - echo $bot1['name']." a fait une réponse non conforme, il perd."; + echo $bot1['name']." a fait une réponse non conforme, il perd.".$anwserPlayer1; save_battle('Battleship',$bot1['name'],$bot2['name'],2); } echo $anwserPlayer1; die;