From c5f23358f56ae633ff41e4f1703d86b036215cf5 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 18 Dec 2015 21:55:45 +0100 Subject: [PATCH] fix maps limits --- 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 7cd6437..d0c7141 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -277,7 +277,7 @@ switch ($_POST['act']){ echo json_encode(array( 'opponent'=> $opponent, 'target' => $x.",".$y, - 'log' => $currentBot['name']."tire en ".$x.",".$y." ".$result, + 'log' => $currentBot['name']." tire en ".$x.",".$y." ".$result, 'continue' => $continue ));