.
This commit is contained in:
parent
2aa1c3a65c
commit
44751a1a31
|
@ -213,7 +213,7 @@ switch($message['action']){
|
|||
case "play-turn":
|
||||
//for debog arena
|
||||
|
||||
echo rand(0,$message['board']['width'] -1).",".rand(0,$message['board']['height'] -1);
|
||||
echo '{"play":"'.rand(0,$message['board']['width'] -1).",".rand(0,$message['board']['height'] -1).'"}';
|
||||
|
||||
|
||||
die;
|
||||
|
|
Loading…
Reference in New Issue
Block a user