Merge branch 'master' of github.com:gnieark/IAS
This commit is contained in:
commit
0807381d32
|
@ -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].'"}';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user