This commit is contained in:
fred 2023-03-24 00:05:02 +01:00
parent 3df723b300
commit b655bebdd4
2 changed files with 2 additions and 9 deletions

View File

@ -170,14 +170,7 @@ do
dragElement: \$('#locations'),
locations: locations
});
\$(document).ready(function() {
selectExample('locations');
\$('#example').change(function() {
selectExample(\$(this).val());
});
});
};
" >> ~/.zen/tmp/world.js
cat ~/.zen/tmp/world.js

View File

@ -196,7 +196,7 @@ do
try=$(cat ~/.zen/game/players/${PLAYER}/FRIENDS/${liking_me}.try 2>/dev/null) || try=0
[[ $try > 2 && ( $try < 30 || $try > 31 ) ]] \
&& echo "${liking_me} TOO MANY TRY ( $try )" \
&& ((try++)) && echo $try > ~/.zen/game/players/${PLAYER}/FRIENDS/${liking_me}.try
&& ((try++)) && echo $try > ~/.zen/game/players/${PLAYER}/FRIENDS/${liking_me}.try \
&& continue
#### TODO RECUP ANNONCES Gchange ADD TO TW