Merge branch 'master' of github.com:gnieark/IAS

This commit is contained in:
Gnieark 2016-07-04 22:45:57 +02:00
commit 0807381d32

View File

@ -46,7 +46,7 @@ switch($params['action']){
} }
if(count($availablesDirs) == 0){ if(count($availablesDirs) == 0){
echo '{"play":"x+","comment":"I Loose"}'; echo '{"play":"x+","comment":"I Loose'.$myCoords.'"}';
}else{ }else{
shuffle($availablesDirs); shuffle($availablesDirs);
echo '{"play":"'.$availablesDirs[0].'"}'; echo '{"play":"'.$availablesDirs[0].'"}';