This commit is contained in:
gnieark 2016-06-29 00:40:35 +02:00
parent 580357417c
commit 9e9ec23d08

View File

@ -210,7 +210,7 @@ switch($message['action']){
echo json_encode(array("name" => "gnieark", "boats" => $shipsCoords));
break;
case "fight":
case "play-turn":
//for debog arena
echo rand(0,$_POST['width'] -1).",".rand(0,$_POST['height'] -1);