fix maps limits
This commit is contained in:
parent
b9da00c608
commit
c5f23358f5
|
@ -277,7 +277,7 @@ switch ($_POST['act']){
|
||||||
echo json_encode(array(
|
echo json_encode(array(
|
||||||
'opponent'=> $opponent,
|
'opponent'=> $opponent,
|
||||||
'target' => $x.",".$y,
|
'target' => $x.",".$y,
|
||||||
'log' => $currentBot['name']."tire en ".$x.",".$y." ".$result,
|
'log' => $currentBot['name']." tire en ".$x.",".$y." ".$result,
|
||||||
'continue' => $continue
|
'continue' => $continue
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user