diff --git a/stupidIATron.php b/stupidIATron.php index 2982b95..b4a09cf 100644 --- a/stupidIATron.php +++ b/stupidIATron.php @@ -46,7 +46,7 @@ switch($params['action']){ } if(count($availablesDirs) == 0){ - echo '{"play":"x+","comment":"I Loose"}'; + echo '{"play":"x+","comment":"I Loose'.$myCoords.'"}'; }else{ shuffle($availablesDirs); echo '{"play":"'.$availablesDirs[0].'"}';