diff --git a/stupidIATron.php b/stupidIATron.php index e5f4abb..90ddf2b 100644 --- a/stupidIATron.php +++ b/stupidIATron.php @@ -44,10 +44,10 @@ 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].'","comment":"I Loose"}'; + echo '{"play":"'.$availablesDirs[0].'"}'; } break;