fix maps limits

This commit is contained in:
Gnieark 2015-12-18 21:55:45 +01:00
parent b9da00c608
commit c5f23358f5

View File

@ -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
));