From 4d949035633f030d733af90b3b33f49b9968c6cb Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 4 Jul 2016 08:04:04 +0200 Subject: [PATCH] . --- stupidIATron.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;