From 6b13b3187f7a4088a9f360992f1f8e3a5b21d233 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sun, 19 Jun 2016 21:42:56 +0200 Subject: [PATCH] . --- 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 dd925be..cc4b7b4 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -141,7 +141,7 @@ switch ($_POST['act']){ if(!isset($anwserPlayerJson['boats'])){ - echo $fullLogs.$currentBot['name']." a fait une réponse non conforme, il perd."; + echo $fullLogs.$currentBot['name']." a fait une réponse non conforme, il perd 1."; if($player==1){ save_battle('Battleship',$bot1['name'],$bot2['name'],2); }else{